summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-20radeon/llvm: Fix a bug with IF LOGICALNZ with int operandJul20-testVincent Lejeune3-11/+17
2012-07-20pipe_loader: Try to connect with the X server before probing pciids v2Tom Stellard2-0/+67
2012-07-20configure.ac: Add --with-llvm-prefix optionTom Stellard1-1/+12
2012-07-20llvmpipe: use runtime loop instead of static loop for looping over quadsRoland Scheidegger3-72/+516
2012-07-20nv30: Support negative offsets in indirect constant access.Roy Spliet4-8/+15
2012-07-20nv50/ir: set position before i instead of i->next in NV50LoweringPreSSA::visitBryan Cain1-7/+2
2012-07-20i965/gen7: Increase the WM threads to hardware limits.Eric Anholt1-1/+1
2012-07-20glsl: Assign locations for uniforms in UBOs using the std140 rules.Eric Anholt5-2/+270
2012-07-20glsl: Don't resize arrays in uniform blocks.Eric Anholt1-0/+7
2012-07-20glsl: Don't dead-code eliminiate uniforms declared in uniform blocks.Eric Anholt1-1/+7
2012-07-20mesa: Implement the UBO-specific pnames of glGetActiveUniformsiv.Eric Anholt1-2/+13
2012-07-20glsl: Propagate uniform block information into gl_uniform_storage.Eric Anholt2-1/+74
2012-07-20mesa: Add implementation of glGetUniformBlockIndex().Eric Anholt1-0/+27
2012-07-20glsl: Set the uniform_block index for the linked shader variables.Eric Anholt1-0/+45
2012-07-20mesa: Add support for glGetActiveUniformsiv on non-UBO pnames.Eric Anholt3-0/+70
2012-07-20mesa: Add support for glGetUniformIndices().Eric Anholt1-0/+35
2012-07-20mesa: Move the _mesa_uniform_merge_location_offset to glGetUniformLocation().Eric Anholt4-16/+28
2012-07-20glsl: Merge the lists of uniform blocks into the linked shader program.Eric Anholt5-4/+185
2012-07-20glsl: Translate the AST for uniform blocks into some IR structures.Eric Anholt6-1/+103
2012-07-20glsl: Turn UBO variable declarations into ir_variables and check qualifiers.Eric Anholt4-3/+39
2012-07-20st/xorg: fix masked transformationsLucas Stach1-20/+40
2012-07-20i965/blorp: Use IMS layout when texturing from depth/stencil surfaces.Paul Berry1-23/+43
2012-07-20i965/blorp: Loosen assertions in compute_msaa_layout_for_pipeline.Paul Berry1-7/+2
2012-07-20i965/blorp: Configure SURFACE_STATE correctly for IMS surfaces.Paul Berry3-6/+14
2012-07-20i965/blorp: Optimize manual_blend() for compressed multisampled surfaces.Paul Berry1-0/+23
2012-07-20i965/blorp: Fix integer downsampling on Gen7.Paul Berry2-11/+55
2012-07-20i965/blorp: Modify manual_blend() to avoid unnecessary loss of precision.Paul Berry1-27/+90
2012-07-20i965: Add support for AVG instruction.Paul Berry2-0/+23
2012-07-20i965: Replace fs_visitor::kill_emitted with gl_fragment_program::UsesKill.Paul Berry2-4/+1
2012-07-20mesa: Set gl_fragment_program::UsesKill in do_set_program_inouts.Paul Berry4-33/+14
2012-07-19gallium-egl: Move wayland query_buffer implementationKristian Høgsberg7-32/+54
2012-07-19softpipe: Fix segfault with fbo-cubemap.Olivier Galibert1-1/+6
2012-07-19wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg3-5/+23
2012-07-19wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg4-55/+46
2012-07-19gallium-egl: Implement eglQueryWaylandBufferWLKristian Høgsberg1-1/+31
2012-07-19glsl: Remove open coded version of ir_variable::interpolation_string().Kenneth Graunke1-15/+1
2012-07-19i965: Avoid unnecessary recompiles for shaders that don't use dFdy().Paul Berry4-14/+10
2012-07-19glsl: Set UsesDFdy appropriately for GLSL shaders.Paul Berry1-5/+17
2012-07-19mesa: Set UsesDFdy appropriately for assembly programs.Paul Berry3-0/+4
2012-07-19mesa: Add UsesDFdy to struct gl_fragment_program.Paul Berry2-0/+3
2012-07-19drirc: Add disable_blend_func_extended workaround for Unigine OilRush.Kenneth Graunke1-0/+6
2012-07-19i965: Add a driconf option to disable GL_ARB_blend_func_extended.Kenneth Graunke4-2/+17
2012-07-18mesa: remove stale commentBrian Paul1-1/+0
2012-07-18mesa: use gl_program cast wrappersBrian Paul6-49/+37
2012-07-18mesa: add some gl_program cast wrappersBrian Paul1-0/+42
2012-07-18r600g: setup streamout before calling last r600_need_cs_space before drawingMarek Olšák1-6/+6
2012-07-18i965/fs: Make register spill/unspill only do the regs for that instruction.Eric Anholt1-33/+33
2012-07-18i965/fs.h: Refactor tests for instructions modifying a register.Eric Anholt4-34/+16
2012-07-18i965/fs: Replace usage is_tex() with regs_written() checks.Eric Anholt1-9/+9
2012-07-18i965/fs: Rename virtual_grf_next to virtual_grf_count.Eric Anholt6-22/+21