aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* meta: Don't hang on to program refcounts after metaops are done.Eric Anholt2011-09-211-0/+5
* i965/vs: Return a dummy value when visiting ir_texture.Eric Anholt2011-09-211-0/+1
* i965/gen6+: When only BFC is written, use BFC as the color.Eric Anholt2011-09-211-0/+9
* i965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag for shaders.Eric Anholt2011-09-213-9/+8
* meta: use _mesa_set_enable() in more placesBrian Paul2011-09-201-5/+5
* meta: use _mesa_set_enable(), fix decompress_texture_image()Brian Paul2011-09-201-1/+4
* meta: fix broken sRGB mipmap generationBrian Paul2011-09-201-0/+28
* mesa: move last bits of GLchan stuff into swrastBrian Paul2011-09-201-1/+1
* radeon: use _mesa_unclamped_float_rgba_to_ubyte()Brian Paul2011-09-202-3/+3
* r200: use _mesa_unclamped_float_rgba_to_ubyte()Brian Paul2011-09-202-3/+3
* i965: Remove bogus assertion on MAX_CLIP_PLANES.Paul Berry2011-09-201-1/+0
* i965/vs: Add support for compute-to-MRF.Eric Anholt2011-09-203-0/+179
* i965/vs: Do VUE writes using the MRF file instead of hardware register.Eric Anholt2011-09-201-4/+6
* i965/vs: Handle destinations in the MRF file.Eric Anholt2011-09-201-0/+6
* i965/vs: Add a function for how many MRFs get written as part of a SEND.Eric Anholt2011-09-202-0/+39
* i965/vs: Remove dead fields of src_reg.Eric Anholt2011-09-201-2/+0
* i965/vs: Add support for simple algebraic optimizations.Eric Anholt2011-09-203-0/+96
* i965: Fix polygon stipple offset state flagging.Eric Anholt2011-09-201-4/+6
* i965: Add missing _NEW_POLYGON flag to polygon stipple upload.Eric Anholt2011-09-201-1/+3
* i965: Fix compiler warnings.Eric Anholt2011-09-201-6/+4
* i965/fs: Implement texelFetch() on Gen4.Kenneth Graunke2011-09-192-4/+18
* i965/fs: Implement texelFetch() on Ivybridge.Kenneth Graunke2011-09-191-4/+21
* i965/fs: Implement texelFetch() on Ironlake and Sandybridge.Kenneth Graunke2011-09-195-2/+17
* mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...Ian Romanick2011-09-195-11/+11
* mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick2011-09-194-4/+4
* i965 new VS: Fix copy propagation of double negatives.Paul Berry2011-09-191-1/+1
* mesa: plug in swrast texture image alloc/free functionsBrian Paul2011-09-171-1/+2
* swrast: plug in _swrast_new/delete_texture_image() functionsBrian Paul2011-09-171-2/+2
* radeon: make radeon_texture_image a subclass of swrast_texture_imageBrian Paul2011-09-175-32/+43
* intel: make intel_texture_image a subclass of swrast_texture_imageBrian Paul2011-09-178-93/+101
* mesa: add new DeleteTextureImage() driver hookBrian Paul2011-09-173-0/+17
* mesa: move software texel fetch code into swrastBrian Paul2011-09-171-1/+1
* meta: fix/add checks for GL_EXT_framebuffer_sRGBBrian Paul2011-09-171-2/+4
* Change strerror(ret) to strerror(-ret).Eugeni Dodonov2011-09-151-1/+1
* DRI: Log something if we don't support legacy DRIAndrew Deason2011-09-141-1/+3
* mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie2011-09-145-29/+9
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-149-43/+59
* dri: Remove all extension enabling utility functionsIan Romanick2011-09-094-148/+0
* swrast-dri: Remove call to driInitExtensionsIan Romanick2011-09-091-2/+0
* radeon: Enable extensions by just setting the flagsIan Romanick2011-09-091-59/+39
* r600: Enable extensions by just setting the flagsIan Romanick2011-09-091-105/+61
* r300: Enable extensions by just setting the flagsIan Romanick2011-09-091-100/+62
* r200: Enable extensions by just setting the flagsIan Romanick2011-09-091-107/+63
* nouveau: Enable extensions by just setting the flagsIan Romanick2011-09-093-43/+28
* intel: Move S3TC extension enable bits to intel_extensions.cIan Romanick2011-09-092-7/+8
* intel: Enable extensions by just setting the flagsIan Romanick2011-09-091-191/+98
* spantmp2: Silence many "warning: unused parameter ‘ctx’"Ian Romanick2011-09-091-0/+20
* swrast-dri: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+14
* dri: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+8
* dri_util: Silence several "warning: unused parameter"Ian Romanick2011-09-091-1/+11