summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-28r600g: use fcmp and select instructions for TGSI_OPCODE_MAX/MINllvm-simplificationVincent Lejeune1-0/+24
2012-11-28r600g: use fdiv instruction for TGSI_OPCODE_DIV/RCPVincent Lejeune1-0/+22
2012-11-28r600g: emit fmul/fadd(fmul) instead of AMDGPU.mul/mad intrinsicsVincent Lejeune1-0/+23
2012-11-28r600g: mirror simplification of if/break opcodesVincent Lejeune1-32/+12
2012-11-28r600g: separate resource_id and sampler_id tex info in tgsi-to-llvmVincent Lejeune1-0/+3
2012-11-21Disable VMVincent Lejeune1-2/+2
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
2012-11-16radeonsi: emit PA_SC_RASTER_CONFIGAlex Deucher1-0/+11
2012-11-16[PATCH] makefiles: use configured name for -ldrm* where possibleMaarten Lankhorst13-25/+25
2012-11-16docs: add note about removal of OpenVMS supportAndreas Boll1-0/+1
2012-11-16Remove OpenVMS supportMatt Turner27-2313/+4
2012-11-16build: add missing Makefile.in files to tarballs targetAndreas Boll1-0/+3
2012-11-16build: fix make tarballs targetAndreas Boll1-1/+1