summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-18intel: enable GL_EXT_texture_rg for OpenGL ES 2.x.{merged}/01.EXT_texture_rgGwenole Beauchesne1-0/+1
2012-05-18mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.Gwenole Beauchesne3-0/+10
2012-05-18GLES2: upgrade gl2ext.h to version 16994.Gwenole Beauchesne1-12/+372
2012-05-17gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data.Vinson Lee1-0/+4
2012-05-17radeon/llvm: Fix segfault while lowering lrp intrinsicTom Stellard1-2/+3
2012-05-17radeon/llvm: Add DAG nodes for MIN instructionsTom Stellard6-14/+38
2012-05-18llvmpipe: Avoid adding floating point zero to flat inputs.José Fonseca1-1/+4
2012-05-18Fix fetching integer inputs.José Fonseca1-0/+8
2012-05-18llvmpipe: Implement TXQ.Olivier Galibert7-6/+227
2012-05-18llvmpipe: Don't mess with the provoking vertex when inverting a triangle.Olivier Galibert1-5/+40
2012-05-17radeon/llvm: Lower lrp intrinsic during ISelTom Stellard3-7/+19
2012-05-17radeon/llvm: Remove AMDIL MAD instruction defsTom Stellard6-7/+14
2012-05-17radeon/llvm: Remove AMDIL MUL_IEEE* instructionsTom Stellard3-7/+3
2012-05-17r600g: Handle MUL_IEEE in r600_bytecode_get_num_operandsTom Stellard1-0/+2
2012-05-17radeon/llvm: Expand fsub during ISelTom Stellard2-11/+2
2012-05-17radeon/llvm: Remove AMDIL floating-point ADD instruction defsTom Stellard5-8/+9
2012-05-17radeon/llvm: Remove AMDIL CMOVLOG* instruction defsTom Stellard4-26/+6
2012-05-17radeon/llvm: Move lowering of ABS_i32 to ISelTom Stellard4-17/+16
2012-05-17radeon/llvm: Remove sub patterns from AMDILInstrPatterns.tdTom Stellard2-21/+1
2012-05-17radeon/llvm: Add custom SDNodes for MAXTom Stellard10-10/+108
2012-05-17state_tracker: remove sw_primitive_restart from st_contextJordan Justen2-2/+0
2012-05-17state_tracker: remove software handling of primitive restartJordan Justen1-178/+2
2012-05-17state_tracker: set PrimitiveRestartInSoftware if neededJordan Justen1-0/+1
2012-05-17vbo: use software primitive restart in the VBO moduleJordan Justen1-6/+37
2012-05-17mesa: add PrimitiveRestartInSoftware to gl_context.ConstJordan Justen2-0/+8
2012-05-17vbo: add software primitive restart supportJordan Justen4-0/+241
2012-05-17mesa: Check for framebuffer completeness before looking at the rb.Eric Anholt1-6/+6
2012-05-17mesa: Fix assertion failure when a cube face is not present.Eric Anholt1-1/+2
2012-05-17glsl: Drop the extra NULL specifiction on ir_assignment constructors.Eric Anholt1-21/+14
2012-05-17glsl: Fix assertion failure on handling switch on uint expressions.Eric Anholt1-1/+1
2012-05-17glsl: Reject non-scalar switch expressions.Eric Anholt1-4/+2
2012-05-17glsl: Let the constructor figure out the types of switch-related expressions.Eric Anholt1-4/+1
2012-05-17glsl: Fix indentation of switch code.Eric Anholt1-282/+263
2012-05-17i965/vs: Fix up swizzle for dereference_array of matrices.Eric Anholt1-2/+2
2012-05-17mesa: Throw error on glGetActiveUniform inside Begin/End.Eric Anholt1-0/+2
2012-05-17glsl: Improve the local dead code optimization to eliminate unused channels.Eric Anholt1-23/+126
2012-05-17i965/fs: Do more register coalescing by using the interference graph.Eric Anholt2-0/+62
2012-05-17nouveau: place static buffers in VRAM if preferred by the driverChristoph Bumiller6-12/+62
2012-05-17nv50/ir: fix reversed order of lane ops in quadopsChristoph Bumiller2-4/+6
2012-05-17nv50,nvc0: handle user vertex buffersChristoph Bumiller14-308/+423
2012-05-17nv50,nvc0: handle user index buffersChristoph Bumiller8-47/+49
2012-05-17nv50,nvc0: handle user constbufs without wrapping them in a resourceChristoph Bumiller14-165/+201
2012-05-17st/mesa: set PIPE_BIND_STREAM_OUTPUT for TFB target in st_bufferobj_dataChristoph Bumiller1-0/+3
2012-05-16darwin: Eliminate a possible race condition while destroying a surfaceJeremy Huddleston1-4/+4
2012-05-16darwin: Unlock our mutex before destroying itJeremy Huddleston1-0/+3
2012-05-16gallium/radeon: Fix r300g tiling breakage.Michel Dänzer6-3/+18
2012-05-16gallium/auxiliary/pipe-loader: Fix usage of anonymous union.Francisco Jerez3-8/+8
2012-05-16radeonsi: Initial tiling support.Michel Dänzer7-131/+359
2012-05-16r600g: Set tiling information for BOs being shared.Michel Dänzer3-9/+47
2012-05-16st/xorg: Better handling of EXA copies.Michel Dänzer4-225/+41