summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row()Brian Paul2012-01-093-5/+5
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-0919-158/+146
* i965: Actually enable SIMD16 dispatch on Ivybridge.Kenneth Graunke2012-01-081-2/+7
* nvfx: remove unused-but-set variablesMarek Olšák2012-01-082-5/+0
* i965: Correct _NEW_TRANSOFORM typos.Kenneth Graunke2012-01-072-2/+2
* i965: Correct misspellings of "invariant".Kenneth Graunke2012-01-074-9/+9
* glsl_to_tgsi: emit IABS for absolute value of integersBryan Cain2012-01-071-2/+4
* mesa: rework ctx->Driver.CopyTexSubImage() parametersBrian Paul2012-01-0710-149/+164
* gallium: add an IABS opcode to TGSIBryan Cain2012-01-074-1/+20
* mesa: remove unused _mesa_unpack_uint_rgba_row() prototypeBrian Paul2012-01-071-5/+0
* glsl_to_tgsi: fix emission of boolean constantsBryan Cain2012-01-071-1/+1
* glsl_to_tgsi: remove bad assertionBryan Cain2012-01-071-2/+1
* swrast: fix Z testing of points/lines for 16-bit depth buffersBrian Paul2012-01-071-7/+29
* swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribsBrian Paul2012-01-074-6/+8
* swrast: s/GLint/GLuint/ to silence MSVC signed/unsigned comparison warningBrian Paul2012-01-071-2/+2
* meta: add some 'f' suffixes to silence MSVC warningsBrian Paul2012-01-071-2/+2
* mesa: add some 'f' suffixes to silence MSVC warningsBrian Paul2012-01-071-4/+4
* util: silence some MSVC type conversion warningsBrian Paul2012-01-071-5/+5
* draw: replace assert(0) with debug_warn_once()Brian Paul2012-01-073-6/+6
* util: add debug_warn_once() macroBrian Paul2012-01-071-0/+19
* draw: whitespace fixes, etc.Brian Paul2012-01-074-173/+160
* gallium: make vbuf_render::set_primitive() return voidBrian Paul2012-01-079-52/+27
* svga: fix assorted whitespace issues, add copyright commentBrian Paul2012-01-073-78/+85
* svga: add switch cases for PIPE_SHADER_CAP_OUTPUT_READBrian Paul2012-01-071-0/+4
* mesa: add/update comments in _mesa_copy_buffer_subdata()Brian Paul2012-01-071-1/+4
* u_vbuf: don't unroll indices if mapping vertex buffers blocksMarek Olšák2012-01-071-1/+35
* draw: fix missing include for u_format.Dave Airlie2012-01-071-0/+1
* st/mesa: add support for clip vertex.Dave Airlie2012-01-072-6/+18
* gallium: add new semantic for clip vertex.Dave Airlie2012-01-072-2/+4
* draw: don't translate non-floats to float.Dave Airlie2012-01-071-0/+22
* st/mesa: fix default interpolation for colors.Dave Airlie2012-01-071-4/+10
* glsl/builtins: Add missing mix(genType, genType, bvec) built-ins.Kenneth Graunke2012-01-063-1/+11
* i965/vs: Fix invalid array access in copy propagation.Kenneth Graunke2012-01-061-14/+15
* configure.ac: Remove unused GLUT substitutions.Kenneth Graunke2012-01-061-4/+0
* glsl: Don't mark assignment temporaries as read-onlyIan Romanick2012-01-061-5/+0
* glsl: Emit extra errors for l-value violations in 'out' or 'inout' parametersIan Romanick2012-01-061-4/+59
* glsl: Emit errors for assignments to non-l-value expressionsIan Romanick2012-01-061-7/+22
* glsl: Track descriptions of some expressions that can't be l-valuesIan Romanick2012-01-063-0/+19
* mesa: remove gl_framebuffer:_DepthBuffer, _StencilBuffer fieldsBrian Paul2012-01-062-12/+0
* swrast: remove s_depthstencil.[ch] filesBrian Paul2012-01-064-832/+0
* swrast: remove calls to _swrast_update_depth/stencil_buffer()Brian Paul2012-01-061-23/+0
* i965: Turn on ARB_depth_buffer_float by default.Eric Anholt2012-01-061-2/+1
* swrast: Convert the glBlitFramebuffer(GL_NEAREST) path to MapRenderbuffer().Eric Anholt2012-01-061-39/+150
* mesa: Fix packing of stencil bits to MESA_FORMAT_Z32_FLOAT_X24S8.Eric Anholt2012-01-061-1/+1
* swrast: Fix use of uninitialized value in rbmapping changes.Eric Anholt2012-01-061-1/+1
* swrast: Use the fast copypixels code to implement fast glBlitFramebuffer().Eric Anholt2012-01-063-139/+46
* swrast: Move the check for fast_copy_pixels() ability to caller.Eric Anholt2012-01-061-9/+5
* i965: Add sensible disasm for the JMPI instruction.Eric Anholt2012-01-061-1/+3
* i965/gen7: Enable transform feedback as long as kernel support is present.Eric Anholt2012-01-063-1/+8
* i965/gen7: Fix up the transform feedback buffer pointers on later batches.Eric Anholt2012-01-064-3/+18