aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeon: fix r100/r200 polygon stipple under kmsDave Airlie2009-09-011-0/+16
* r100: Use shared debug code.Pauli Nieminen2009-08-311-4/+4
* r100/r200: Bring back old PolygonStripple for DRI1.Pauli Nieminen2009-08-281-2/+5
* r100/r200: Share PolygonStripple code.Pauli Nieminen2009-08-281-25/+0
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-181-1/+2
* radeon: Invert front face winding when rendering to FBO.Michel Dänzer2009-07-141-0/+4
* radeon/r200: fix color masking under dri2Dave Airlie2009-07-141-6/+19
* radeon: set texture in state properly.Dave Airlie2009-07-111-1/+1
* radeon/r200/r300: port to new space checking code in libdrmDave Airlie2009-07-061-13/+12
* radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle2009-05-241-64/+64
* radeon: glReadBuffer set _NEW_BUFFERS, not _NEW_PIXELJerome Glisse2009-05-121-1/+1
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-04-091-4/+4
|\
| * mesa: rename some gl_light fields to be clearerBrian Paul2009-04-031-4/+4
* | radeon: fix compiler warningAlex Deucher2009-04-071-0/+2
* | radeon/r200/r300: fix missing dma buffer validationDave Airlie2009-04-071-0/+4
* | radeon/r200/r300: fix up the whole buffer space checking.Dave Airlie2009-04-021-2/+48