summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_state.c
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200: Use bitmask/ffs to iterate enabled clip planes.Mathias Fröhlich2016-06-161-10/+9
* radeon/r200: Use bitmask/ffs to iterate enabled lightsMathias Fröhlich2016-06-161-21/+21
* mesa: remove Driver.HintMarek Olšák2015-10-031-1/+0
* mesa: Use floats for viewport bounds.Matt Turner2015-07-291-1/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* main: Refactor _mesa_update_draw_buffer_bounds.Laura Ekstrand2015-05-141-1/+1
* main: Refactor _mesa_update_framebuffer.Laura Ekstrand2015-05-141-1/+1
* radeon: replace __FUNCTION__ with __func__Marius Predut2015-04-211-6/+6
* radeon: Make use of _mesa_get_viewport_xform v2.Mathias Froehlich2015-04-051-8/+9
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* mesa: add support for GL_EXT_polygon_offset_clampIlia Mirkin2015-02-021-1/+1
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-1/+1
* dri/radeon: cleanup the radeon_context vtblEmil Velikov2014-08-211-52/+0
* radeon,r200: fix buffer validation after CS flushMarek Olšák2014-08-091-1/+1
* radeon: Drop the remaining driver usage of _ReallyEnabled.Eric Anholt2014-04-301-1/+3
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-301-2/+2
* mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2014-01-201-2/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: Eliminate parameters to dd_function_table::DepthRangeIan Romanick2014-01-151-2/+1
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-151-7/+1
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-1/+1
* radeon / r200: Don't pass unused parameters to radeon_viewportIan Romanick2013-11-051-1/+6
* radeon: Use accessor for stencil reference valuesChris Forbes2013-05-151-1/+3
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-111-1/+1
* mesa: remove DD_TRI_UNFILLED flagBrian Paul2013-04-171-2/+3
* radeon/r200: Fix tcl cullingsmoki2013-01-031-9/+4
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-051-1/+1
* mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul2012-06-271-4/+4
* radeon: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-2/+3
* radeon/r200: remove ClearColor driver functionsBrian Paul2012-03-121-18/+0
* radeon/r200: remove ClearDepth() and ClearStencil() driver hooksBrian Paul2012-03-121-27/+0
* dri: Remove cliprect information from __DRIdrawableKristian Høgsberg2011-11-021-6/+6
* radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt2011-10-281-32/+3
* radeon: use _mesa_unclamped_float_rgba_to_ubyte()Brian Paul2011-09-201-2/+2
* mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie2011-09-141-4/+1
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-5/+6
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-111-1/+2
* radeon: avoid segfault on 3D textures.Dave Airlie2011-01-191-0/+3
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-11/+11
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-49/+49
* r100/r200/r300/r600: enable accel for Copy/DrawPixels without kmsAlex Deucher2010-03-241-4/+3
* Merge branch '7.8'Michel Dänzer2010-03-121-1/+1
|\
| * Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* | r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher2010-03-121-3/+5
* | radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher2010-03-101-0/+4
|/
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-031-2/+0
* radeon: Remove unnecessary headers.Vinson Lee2010-01-301-2/+0
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-2/+2
* mesa: implement per-buffer color maskingBrian Paul2009-12-291-4/+4
* radeon: fix polygon stippleAlex Deucher2009-12-041-0/+25