summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/r200: Delete driverDylan Baker57-15395/+0
2021-08-02driconfig: Add support for device specific configRob Clark1-1/+1
2021-07-08android: Drop the Android.mk build systemJason Ekstrand1-60/+0
2021-06-27mesa: translate into pipe_sampler_state in GL functionsMarek Olšák1-2/+2
2021-06-17mesa: add gallium flush_flags param into ctx->Driver.FlushMarek Olšák2-3/+3
2021-05-05docs: remove doxygen supportErik Faye-Lund1-232/+0
2021-04-15Convert most remaining free-form fall-through comments to FALLTHROUGHMichel Dänzer4-9/+8
2021-02-25radeon,r200: use align_calloc for the context to fix m32 crashesMarek Olšák1-2/+3
2021-01-21mesa: eliminate the switch statement for STATE_TEXGENMarek Olšák1-16/+16
2020-12-24mesa/ati_fs: Clean up writemask handling.Eric Anholt1-2/+4
2020-12-18mesa: call Driver.TexParameter in glPopAttrib to fix r100, r200, old nouveauMarek Olšák1-0/+1
2020-12-08mesa: remove code for old (mostly unsupported) GL_NV_point_spriteMarek Olšák1-1/+0
2020-12-01mesa: replace ParameterValueOffset[i] with Parameters[i].ValueOffsetMarek Olšák1-1/+1
2020-12-01compiler: decrease STATE_LENGTH from 5 to 4Marek Olšák1-1/+1
2020-12-01mesa: reorganize gl_texture and sampler structures for glPush/PopAttribMarek Olšák1-10/+10
2020-12-01mesa: restructure gl_light vars to match the layout of gl_LightSource uniformsMarek Olšák2-18/+20
2020-12-01mesa: don't allocate matrices with mallocMarek Olšák1-8/+0
2020-11-24util: Add helgrind support for simple_mtxRob Clark1-1/+1
2020-11-06mesa: Enable GL_MESA_pack_invert unconditionallyAdam Jackson1-1/+0
2020-08-18driconf: Support selection by Vulkan applicationName.Bas Nieuwenhuizen1-1/+1
2020-06-22util: rename xmlpool.h to driconf.hEric Engestrom3-3/+3
2020-06-22driconf: drop now unused translation facilityEric Engestrom1-1/+1
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-2/+2
2020-04-27mesa: replace GLenum target with gl_shader_stage in NewProgramMarek Olšák1-6/+6
2020-04-21remove final imports.h and imports.c bitsDylan Baker11-190/+190
2020-04-21replace malloc macros in imports.h with u_memory.h versionsDylan Baker1-0/+1
2020-03-28meson: inline `inc_common`Eric Engestrom1-1/+1
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák11-11/+11
2020-02-11vbo: merge use_buffer_objects into vbo_CreateContext to skip the big mallocMarek Olšák1-1/+1
2019-11-05util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2-4/+4
2019-11-05util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2-4/+4
2019-11-05r200: use preprocessor for big vs little endian checksDylan Baker2-45/+38
2019-10-31r200: replace xmlpool_options_h with idep_xmlconfig_headersEric Engestrom1-2/+2
2019-10-20mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.Eric Anholt1-4/+2
2019-10-20radeon: Drop the unused first arg of OUT_BATCH_RELOC.Eric Anholt4-11/+11
2019-10-20radeon: Fill in the TXOFFSET field containing the tile bits in our relocs.Eric Anholt1-2/+2
2019-10-20r100/r200: factor out txformat/txfilter setup from the TFP path.Eric Anholt1-11/+5
2019-09-15driconfig: add a new engine name/version parameterLionel Landwerlin1-2/+2
2019-05-13mesa: Replace MaxTextureLevels with MaxTextureSize.Eric Anholt1-1/+1
2019-05-04mesa: Rip out now unused gl_context::aelt_context.Mathias Fröhlich1-1/+0
2019-05-02meson: lift driver-collection out into parent build-fileErik Faye-Lund1-3/+0
2019-04-15Delete autotoolsDylan Baker1-47/+0
2019-02-14drm-uapi: use local files, not system libdrmEric Engestrom2-2/+2
2018-09-10radeon: fix ColorMaskChristopher Egert1-4/+4
2018-08-21mesa: drop legacy no_rast dri optionTimothy Arceri1-1/+1
2018-08-17xmlconfig: add kernel_driver device attributeQiang Yu1-1/+1
2018-05-04r200: Enable NV_fog_distanceIan Romanick1-0/+1
2018-04-12mesa: include mtypes.h lessMarek Olšák2-0/+3
2018-03-31tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich1-0/+1
2018-03-20mesa: rework ParameterList to allow packingTimothy Arceri1-4/+6