aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: remove unused UNCLAMPED_FLOAT_TO_RGB_CHAN() macroBrian Paul2011-09-201-16/+0
* 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
* mesa: remove unused <type>_TO_CHAN() macrosBrian Paul2011-09-201-40/+0
* mesa: convert _mesa_unpack_color_span_chan() to ubyteBrian Paul2011-09-203-55/+53
* mesa: replace GLchan with GLubyte in texcompress_s3tc.cBrian Paul2011-09-201-59/+57
* mesa/gallium: remove GLchan from latc, rgtc codeBrian Paul2011-09-204-30/+30
* mesa: remove GLchan in texcompress_fxt1.cBrian Paul2011-09-201-74/+53
* mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image()Brian Paul2011-09-205-123/+123
* mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.cBrian Paul2011-09-203-43/+38
* mesa: s/GLchan/GLubyte/ in mipmap generation codeBrian Paul2011-09-201-3/+3
* make: Don't use builtin_stubs.cpp for standalone GLSL compiler.Kenneth Graunke2011-09-201-4/+4
* mesa: Don't expose compressed paletted formats via GL_{NUM_,}COMPRESSED_TEXTU...Ian Romanick2011-09-201-15/+17
* gallium: remove trailing comma to silence warningBrian Paul2011-09-201-1/+1
* Gallium: Increase PIPE_MAX_CLIP_PLANES to 8.Paul Berry2011-09-201-1/+1
* Gallium: remove unnecessary ifdef for MAX_CLIPPED_VERTICES.Paul Berry2011-09-201-2/+0
* Increase MAX_CLIP_PLANES to 8Paul Berry2011-09-201-2/+5
* Hardcode the default value of ctx->Const.MaxClipPlanes to 6.Paul Berry2011-09-201-1/+1
* i965: Remove bogus assertion on MAX_CLIP_PLANES.Paul Berry2011-09-201-1/+0
* mesa: Update clipping code to use ctx->Const.MaxClipPlanes.Paul Berry2011-09-202-3/+3
* scons: Unbreak mingw build.José Fonseca2011-09-201-0/+1
* scons: MacOSX build fixes.José Fonseca2011-09-203-10/+10
* glsl_to_tgsi: implement ir_binop_all_equal and ir_binop_any_nequal for native...Bryan Cain2011-09-201-34/+85
* 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
* mesa: fix error handling for glMaterial*Yuanhan Liu2011-09-201-1/+12
* st/egl: add support for null platformChia-I Wu2011-09-205-2/+216
* egl: add null platformChia-I Wu2011-09-203-0/+8
* 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-196-5/+19
* glapi: Update generated file modified by previous commitIan Romanick2011-09-191-3057/+1814
* glapi: Don't emit remap data for individual extensionsIan Romanick2011-09-191-38/+5
* mesa: Delete stale comment about MESAX extensionsIan Romanick2011-09-191-2/+0
* mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...Ian Romanick2011-09-196-23/+11
* mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick2011-09-1910-25/+7
* mesa: Remove support for GL_EXT_blend_logic_opIan Romanick2011-09-194-17/+8
* st/mesa: Remove support for GL_EXT_blend_logic_opIan Romanick2011-09-192-10/+1
* mesa: Remove unused _mesa_enable_imaging_extensions functionIan Romanick2011-09-192-19/+0
* mesa: Throw an error when starting conditional render on an active query.Eric Anholt2011-09-191-1/+1
* mesa: Throw an error instead of asserting for condrender with query == 0.Eric Anholt2011-09-191-1/+2
* mesa: Add support for Begin/EndConditionalRender in display lists.Eric Anholt2011-09-191-0/+45
* mesa: fix an autoconf build-system bug related to glsl_to_tgsiMarek Olšák2011-09-191-3/+2