summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-25i965: Fix hangs with FP KIL instructions pre-gen6.Eric Anholt1-0/+2
2012-11-25i965/gen4: Fix memory leak each time compile_gs_prog() is called.Eric Anholt1-1/+1
2012-11-25i965/gen4: Fix LOD bias texturing since my fixed reg classes change.Eric Anholt1-10/+18
2012-11-23r600g: fix broken streamout if streamout_begin caused a context flushMarek Olšák1-2/+6
2012-11-22r600g: fix ARB_map_buffer_alignment with unaligned offsets and staging buffersMarek Olšák3-3/+8
2012-11-21scons: Append x11 library path if linking x11 library.Vinson Lee3-0/+3
2012-11-21mesa/vbo: Fix scaling issue in 2-bit signed normalized packing.Kenneth Graunke1-1/+1
2012-11-21mesa/vbo: Fix scaling issue in 10-bit signed normalized packing.Kenneth Graunke1-1/+1
2012-11-21radeonsi: add a new SI pci idAlex Deucher1-0/+1
2012-11-21i915: Fix wrong sizeof argument in i915_update_tex_unit.Vinson Lee1-1/+1
2012-11-21Add .dirstamp to toplevel .gitignoreAndreas Boll1-0/+1
2012-11-21gallium/tests: update .gitignore filesAndreas Boll2-0/+7
2012-11-20i965/fs: Add helper functions for IF and CMP and use them.Eric Anholt4-85/+90
2012-11-20i965/fs: Add helper functions for generating ALU ops, like in the VS.Eric Anholt4-209/+241
2012-11-19i965/gen4: Fix crash with fragment programs and texture rectangle.Eric Anholt1-1/+1
2012-11-19i965: Disable the GB clip test when a limited viewport is set.Eric Anholt2-3/+19
2012-11-19i965: Use fewer temporary variables in clip setup.Eric Anholt2-28/+18
2012-11-19Revert "i965/fs: Fix conversions float->bool, int->bool"Eric Anholt1-7/+7
2012-11-19i965/fs: Fix the gen6-specific if handling for 80ecb8f15b9ad7d6edcEric Anholt1-24/+11
2012-11-19intel: Use designated initializers for DRI extension structsChad Versace1-16/+20
2012-11-19dri: Use designated initializers for DRI extension structsChad Versace1-27/+30
2012-11-19i965: Use the separate stencil buffer's offsets for stencil setup.Eric Anholt1-15/+38
2012-11-19i965: Move all the depth/stencil/hiz offset logic into the workaround.Eric Anholt3-187/+139
2012-11-19i965: When rebasing depth or stencil, update x/y before deciding the other.Eric Anholt1-13/+36
2012-11-19intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt10-44/+26
2012-11-19i965: Add some checks for array textures in unsupported paths.Eric Anholt3-0/+14
2012-11-19i965: Add a little bit more debug info for validate blits.Eric Anholt1-1/+3
2012-11-19intel: Remove dead function prototype.Eric Anholt1-5/+0
2012-11-19i965: Remove stale comment about wrapped_depth.Eric Anholt1-14/+0
2012-11-19mesa: Mark GetBufferParameteri64v as implemented.Kenneth Graunke2-4/+2
2012-11-19mesa: Require gen'd names in glBeginQuery on ES 3.0.Kenneth Graunke1-1/+1
2012-11-19mesa: Support EXT_framebuffer_blit targets in ES 3.0 as well.Kenneth Graunke1-4/+5
2012-11-19mesa: Fix error code for glTexParameteri of TEXTURE_MAX_LEVEL.Kenneth Graunke1-1/+1
2012-11-19i965/vs: Don't lose attribute type when converting ATTR to FIXED_HW_REG.Kenneth Graunke1-0/+1
2012-11-19egl/dri2: Set error code when dri2CreateContextAttribs failsChad Versace1-0/+64
2012-11-19i965: Validate requested GLES context version in brwCreateContextChad Versace1-33/+25
2012-11-19automake: strip LLVM_CXXFLAGS and LLVM_CPPFLAGS tooMaarten Lankhorst1-2/+2
2012-11-17i965/fs: Properly patch special values during VGRF compaction.Kenneth Graunke1-0/+27
2012-11-17i965/gen4: Respect the VERTEX_PROGRAM_TWO_SIDE vertex program/shader flag.Eric Anholt1-3/+4
2012-11-17mesa: Fix linker-assigned varying component counting since 8fb1e4a462Eric Anholt1-2/+1
2012-11-17mesa: Fix segfault on reading from a missing color read buffer.Eric Anholt1-11/+11
2012-11-17intel: Use core mesa support for determining lastLevel.Eric Anholt1-3/+3
2012-11-17mesa: Also handle GL_TEXTURE_EXTENRAL_OES in max num levels.Eric Anholt1-0/+1
2012-11-17i965/fs: Unify the param pointer allocation for FP/non-FP.Eric Anholt1-13/+7
2012-11-17st/vdpau: Fix vlVdpVideoSurfaceSize for interlaced buffersMaarten Lankhorst1-2/+2
2012-11-17docs: import release notes for 9.0.1, add news itemAndreas Boll3-0/+176
2012-11-16util: Only use open coded snprintf for MSVC.Vinson Lee2-3/+3
2012-11-16clover: Fix build with clang 3.2Tom Stellard1-1/+6
2012-11-16r300/compiler: Avoid generating MOV instructions for invalid IMM swizzles v2Tom Stellard1-4/+349
2012-11-16radeonsi: clean up some magic numbersAlex Deucher1-1/+2