summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use correct glGetTransformFeedbackVarying name in error msgMatt Turner2012-11-261-2/+2
* i965: Fix hangs with FP KIL instructions pre-gen6.Eric Anholt2012-11-251-0/+2
* i965/gen4: Fix memory leak each time compile_gs_prog() is called.Eric Anholt2012-11-251-1/+1
* i965/gen4: Fix LOD bias texturing since my fixed reg classes change.Eric Anholt2012-11-251-10/+18
* scons: Append x11 library path if linking x11 library.Vinson Lee2012-11-211-0/+1
* mesa/vbo: Fix scaling issue in 2-bit signed normalized packing.Kenneth Graunke2012-11-211-1/+1
* mesa/vbo: Fix scaling issue in 10-bit signed normalized packing.Kenneth Graunke2012-11-211-1/+1
* i915: Fix wrong sizeof argument in i915_update_tex_unit.Vinson Lee2012-11-211-1/+1
* i965/fs: Add helper functions for IF and CMP and use them.Eric Anholt2012-11-204-85/+90
* i965/fs: Add helper functions for generating ALU ops, like in the VS.Eric Anholt2012-11-204-209/+241
* i965/gen4: Fix crash with fragment programs and texture rectangle.Eric Anholt2012-11-191-1/+1
* i965: Disable the GB clip test when a limited viewport is set.Eric Anholt2012-11-192-3/+19
* i965: Use fewer temporary variables in clip setup.Eric Anholt2012-11-192-28/+18
* Revert "i965/fs: Fix conversions float->bool, int->bool"Eric Anholt2012-11-191-7/+7
* i965/fs: Fix the gen6-specific if handling for 80ecb8f15b9ad7d6edcEric Anholt2012-11-191-24/+11
* intel: Use designated initializers for DRI extension structsChad Versace2012-11-191-16/+20
* dri: Use designated initializers for DRI extension structsChad Versace2012-11-191-27/+30
* i965: Use the separate stencil buffer's offsets for stencil setup.Eric Anholt2012-11-191-15/+38
* i965: Move all the depth/stencil/hiz offset logic into the workaround.Eric Anholt2012-11-193-187/+139
* i965: When rebasing depth or stencil, update x/y before deciding the other.Eric Anholt2012-11-191-13/+36
* intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt2012-11-1910-44/+26
* i965: Add some checks for array textures in unsupported paths.Eric Anholt2012-11-193-0/+14
* i965: Add a little bit more debug info for validate blits.Eric Anholt2012-11-191-1/+3
* intel: Remove dead function prototype.Eric Anholt2012-11-191-5/+0
* i965: Remove stale comment about wrapped_depth.Eric Anholt2012-11-191-14/+0
* mesa: Mark GetBufferParameteri64v as implemented.Kenneth Graunke2012-11-191-2/+1
* mesa: Require gen'd names in glBeginQuery on ES 3.0.Kenneth Graunke2012-11-191-1/+1
* mesa: Support EXT_framebuffer_blit targets in ES 3.0 as well.Kenneth Graunke2012-11-191-4/+5
* mesa: Fix error code for glTexParameteri of TEXTURE_MAX_LEVEL.Kenneth Graunke2012-11-191-1/+1
* i965/vs: Don't lose attribute type when converting ATTR to FIXED_HW_REG.Kenneth Graunke2012-11-191-0/+1
* i965: Validate requested GLES context version in brwCreateContextChad Versace2012-11-191-33/+25
* i965/fs: Properly patch special values during VGRF compaction.Kenneth Graunke2012-11-171-0/+27
* i965/gen4: Respect the VERTEX_PROGRAM_TWO_SIDE vertex program/shader flag.Eric Anholt2012-11-171-3/+4
* mesa: Fix segfault on reading from a missing color read buffer.Eric Anholt2012-11-171-11/+11
* intel: Use core mesa support for determining lastLevel.Eric Anholt2012-11-171-3/+3
* mesa: Also handle GL_TEXTURE_EXTENRAL_OES in max num levels.Eric Anholt2012-11-171-0/+1
* i965/fs: Unify the param pointer allocation for FP/non-FP.Eric Anholt2012-11-171-13/+7
* Remove OpenVMS supportMatt Turner2012-11-1623-1035/+3
* mesa: return INVALID_VALUE from WaitSync if timeout != GL_TIMEOUT_IGNOREDMatt Turner2012-11-151-5/+2
* mesa: return INVALID_VALUE from WaitSync if flags != 0Matt Turner2012-11-151-1/+1
* mesa: return INVALID_VALUE from ClientWaitSync if flags contains an unsupport...Matt Turner2012-11-151-1/+1
* mesa: return INVALID_VALUE from VertexAttribDivisor if index out of rangeMatt Turner2012-11-151-1/+1
* i965/fs: Don't calculate_live_intervals() in opt_algebraic().Kenneth Graunke2012-11-151-2/+0
* i965: Remove duplicate brw_opcodes table in favor of opcode_descs.Kenneth Graunke2012-11-154-65/+4
* i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype.Kenneth Graunke2012-11-151-2/+0
* i965/fs: Remove bblock field of fs_visitor.Kenneth Graunke2012-11-151-2/+0
* i965: Remove brw_instruction_info::is_arith().Kenneth Graunke2012-11-152-20/+19
* i965: Remove some dead code optimization passes.Kenneth Graunke2012-11-151-544/+0
* i965: Remove unused BRW_PACKCOLOR8888 macro.Kenneth Graunke2012-11-151-4/+0
* i965: Remove brw_shader_program wrapper struct.Kenneth Graunke2012-11-152-9/+4