summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-20r600g: Fix flushing issues with llvm on r700 hwHEADmasterVincent Lejeune1-3/+3
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
2012-11-15gles2: Update gl2ext.h to revision 19436Matt Turner1-17/+301
2012-11-15gles2: Update gl2.h to revision 16803Matt Turner1-3/+2
2012-11-15gles: Update glext.h to revision 19260Matt Turner1-7/+212
2012-11-15egl: Update eglext.h to revision 19571Matt Turner1-1/+9
2012-11-15mesa: return INVALID_VALUE from WaitSync if timeout != GL_TIMEOUT_IGNOREDMatt Turner1-5/+2
2012-11-15mesa: return INVALID_VALUE from WaitSync if flags != 0Matt Turner1-1/+1
2012-11-15mesa: return INVALID_VALUE from ClientWaitSync if flags contains an unsupport...Matt Turner1-1/+1
2012-11-15mesa: return INVALID_VALUE from VertexAttribDivisor if index out of rangeMatt Turner1-1/+1
2012-11-15glcpp: Don't define macros for extensions that aren't in ESMatt Turner1-28/+31
2012-11-15radeonsi: remove new asserts and replace with warningsAlex Deucher1-2/+6
2012-11-15i965/fs: Don't calculate_live_intervals() in opt_algebraic().Kenneth Graunke1-2/+0
2012-11-15i965: Remove duplicate brw_opcodes table in favor of opcode_descs.Kenneth Graunke4-65/+4
2012-11-15i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype.Kenneth Graunke1-2/+0
2012-11-15i965/fs: Remove bblock field of fs_visitor.Kenneth Graunke1-2/+0
2012-11-15i965: Remove brw_instruction_info::is_arith().Kenneth Graunke2-20/+19
2012-11-15i965: Remove some dead code optimization passes.Kenneth Graunke1-544/+0
2012-11-15i965: Remove unused BRW_PACKCOLOR8888 macro.Kenneth Graunke1-4/+0
2012-11-15i965: Remove brw_shader_program wrapper struct.Kenneth Graunke2-9/+4
2012-11-15i965: Remove unused struct brw_vs_ouput_sizes.Kenneth Graunke1-8/+0
2012-11-15util/u_debug: Fix DEBUG_NAMED_VALUE.José Fonseca1-1/+1
2012-11-15draw: fix crashes with out-of-bounds indicesRoland Scheidegger2-6/+9
2012-11-15radeonsi: cleanup si_db()Alex Deucher2-12/+12
2012-11-15radeonsi: assert the CB format is valid (v2)Alex Deucher1-2/+3
2012-11-15radeonsi: assert that the DB format is valid (v2)Alex Deucher1-8/+5
2012-11-15gallium: fix some function comments in p_context.hDmitry Cherkassov1-3/+2
2012-11-14build: add missing files to tarballs targetAndreas Boll1-0/+6
2012-11-14build: add missing Makefile.in files to tarballs targetAndreas Boll1-1/+50