summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák5-15/+20
2017-06-22mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák1-0/+3
2017-06-22mesa: replace ctx->Polygon._FrontBit with a helper functionMarek Olšák1-0/+1
2017-06-09mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri1-1/+0
2017-06-09mesa: stop passing state bitfield to UpdateState()Timothy Arceri1-1/+3
2017-06-09r200/radeon: stop calling _ae_invalidate_state() directlyTimothy Arceri1-2/+0
2017-06-07tree-wide: remove trailing backslashEric Engestrom1-1/+1
2017-05-31r100,r200: Don't assume glVisual is non-NULL during context creationIan Romanick1-1/+0
2017-03-29r200: remove BindProgramMarek Olšák2-16/+5
2017-01-27radeon, r200: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-01-06st/mesa/glsl: add new is_arb_asm flag in gl_programTimothy Arceri1-3/+4
2016-11-20r200: remove unneeded #include "util/simple_list.h"Brian Paul5-5/+1
2016-11-17st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri2-20/+20
2016-11-03st/mesa/r200/i915/i965: use rzalloc() to create gl_programTimothy Arceri1-2/+3
2016-10-26r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri2-6/+7
2016-10-26r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri1-11/+11
2016-10-26st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri1-2/+2
2016-10-26mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri4-45/+45
2016-10-13mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul1-3/+3
2016-06-16radeon/r200: Use bitmask/ffs to iterate enabled clip planes.Mathias Fröhlich1-10/+9
2016-06-16radeon/r200: Use bitmask/ffs to iterate enabled lightsMathias Fröhlich1-20/+20
2016-06-16mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich1-1/+1
2016-06-16r200: convert r200 to use CoordsReplaceBits.Mathias Fröhlich1-5/+2
2015-11-17r200: fix bgrx8/xrgb8 blitsRoland Scheidegger1-0/+4
2015-10-15program: convert _mesa_init_gl_program() to take struct gl_program *Emil Velikov1-8/+9
2015-10-09program: remove _mesa_init_*_program wrappersMarek Olšák1-2/+2
2015-10-06radeon/r200: remove unneeded #include of colormac.hMark Janes7-7/+0
2015-10-03mesa: remove Driver.HintMarek Olšák1-1/+0
2015-09-23mesa: Remove unused HAVE_TRI_STRIP_1 definesIan Romanick2-2/+0
2015-07-29mesa: Use floats for viewport bounds.Matt Turner1-1/+1
2015-07-22radeon,r200: allow hyperz for radeon DRM module v2Emil Velikov1-8/+2
2015-07-22radeon,r200: remove unused variable texmicrotileEmil Velikov2-4/+0
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2-10/+10
2015-07-16r200: fix some potential big endian issuesRoland Scheidegger5-129/+140
2015-07-16radeon/r200: mark state atoms as dirty after blitsRoland Scheidegger1-0/+16
2015-05-14main: Refactor _mesa_update_draw_buffer_bounds.Laura Ekstrand1-1/+1
2015-05-14main: Refactor _mesa_update_framebuffer.Laura Ekstrand1-1/+1
2015-04-27Fix a few typosZoë Blade2-2/+2
2015-04-21radeon: replace __FUNCTION__ with __func__Marius Predut11-41/+41
2015-04-05radeon: Make use of _mesa_get_viewport_xform v2.Mathias Froehlich1-8/+9
2015-03-02r200: replace Elements() with ARRAY_SIZE()Brian Paul1-10/+10
2015-02-26r200: replace INLINE with inlineBrian Paul3-4/+4
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner2-2/+2
2015-02-20mesa: Use u_math.h from macros.hEric Anholt1-2/+0
2015-02-20mesa: Add gallium include dirs to more parts of the tree.Eric Anholt1-0/+2
2015-02-12r200: Drop unused variable.Eric Anholt1-1/+0
2015-02-02mesa: add support for GL_EXT_polygon_offset_clampIlia Mirkin1-1/+1
2015-01-28mesa: Move simple_list.h to src/util.Eric Anholt5-5/+5
2014-12-12r200: Add headers to distribution.Matt Turner2-2/+31
2014-12-12r200: Alphabetize source list.Matt Turner1-10/+10