aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson2017-08-251-0/+1
* mesa/dri: drop unneeded mm.h includeDave Airlie2017-08-031-1/+0
* xmlconfig: move into src/utilNicolai Hähnle2017-07-314-4/+4
* dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.Kenneth Graunke2017-07-171-1/+1
* mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák2017-06-225-15/+20
* mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák2017-06-221-0/+3
* mesa: replace ctx->Polygon._FrontBit with a helper functionMarek Olšák2017-06-221-0/+1
* mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri2017-06-091-1/+0
* mesa: stop passing state bitfield to UpdateState()Timothy Arceri2017-06-091-1/+3
* r200/radeon: stop calling _ae_invalidate_state() directlyTimothy Arceri2017-06-091-2/+0
* tree-wide: remove trailing backslashEric Engestrom2017-06-071-1/+1
* r100,r200: Don't assume glVisual is non-NULL during context creationIan Romanick2017-05-311-1/+0
* r200: remove BindProgramMarek Olšák2017-03-292-16/+5
* radeon, r200: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* st/mesa/glsl: add new is_arb_asm flag in gl_programTimothy Arceri2017-01-061-3/+4
* r200: remove unneeded #include "util/simple_list.h"Brian Paul2016-11-205-5/+1
* st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri2016-11-172-20/+20
* st/mesa/r200/i915/i965: use rzalloc() to create gl_programTimothy Arceri2016-11-031-2/+3
* r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri2016-10-262-6/+7
* r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2016-10-261-11/+11
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-261-2/+2
* mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2016-10-264-45/+45
* mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul2016-10-131-3/+3
* 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-20/+20
* mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich2016-06-161-1/+1
* r200: convert r200 to use CoordsReplaceBits.Mathias Fröhlich2016-06-161-5/+2
* r200: fix bgrx8/xrgb8 blitsRoland Scheidegger2015-11-171-0/+4
* program: convert _mesa_init_gl_program() to take struct gl_program *Emil Velikov2015-10-151-8/+9
* program: remove _mesa_init_*_program wrappersMarek Olšák2015-10-091-2/+2
* radeon/r200: remove unneeded #include of colormac.hMark Janes2015-10-067-7/+0
* mesa: remove Driver.HintMarek Olšák2015-10-031-1/+0
* mesa: Remove unused HAVE_TRI_STRIP_1 definesIan Romanick2015-09-232-2/+0
* mesa: Use floats for viewport bounds.Matt Turner2015-07-291-1/+1
* radeon,r200: allow hyperz for radeon DRM module v2Emil Velikov2015-07-221-8/+2
* radeon,r200: remove unused variable texmicrotileEmil Velikov2015-07-222-4/+0
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-202-10/+10
* r200: fix some potential big endian issuesRoland Scheidegger2015-07-165-129/+140
* radeon/r200: mark state atoms as dirty after blitsRoland Scheidegger2015-07-161-0/+16
* main: Refactor _mesa_update_draw_buffer_bounds.Laura Ekstrand2015-05-141-1/+1
* main: Refactor _mesa_update_framebuffer.Laura Ekstrand2015-05-141-1/+1
* Fix a few typosZoë Blade2015-04-272-2/+2
* radeon: replace __FUNCTION__ with __func__Marius Predut2015-04-2111-41/+41
* radeon: Make use of _mesa_get_viewport_xform v2.Mathias Froehlich2015-04-051-8/+9
* r200: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-10/+10
* r200: replace INLINE with inlineBrian Paul2015-02-263-4/+4
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-232-2/+2
* mesa: Use u_math.h from macros.hEric Anholt2015-02-201-2/+0
* mesa: Add gallium include dirs to more parts of the tree.Eric Anholt2015-02-201-0/+2
* r200: Drop unused variable.Eric Anholt2015-02-121-1/+0