aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965: Separate gl_InstanceID and gl_VertexID uploading.Kenneth Graunke2014-09-125-16/+42
* i965: Fix reference counting in new basevertex upload code.Kenneth Graunke2014-09-121-0/+3
* nouveau: only enable stencil func if the visual has stencil bitsIlia Mirkin2014-09-122-2/+2
* nouveau: only enable the depth test if there actually is a depth bufferIlia Mirkin2014-09-125-4/+9
* i965/vec4: Only examine virtual_grf_end for GRF sourcesIan Romanick2014-09-111-8/+12
* i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams.Iago Toral Quiroga2014-09-111-4/+9
* i965: Disable guardband clipping in the smaller-than-viewport case.Kenneth Graunke2014-09-101-0/+31
* i965: Request lowering gl_VertexIDIan Romanick2014-09-101-0/+1
* i965: Expose gl_BaseVertex via a vertex attribute.Kenneth Graunke2014-09-103-20/+65
* i965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission into a helper.Kenneth Graunke2014-09-101-30/+47
* i965: Make gl_BaseVertex available in a buffer object.Kenneth Graunke2014-09-103-0/+31
* i965: Calculate start/base_vertex_location after preparing vertices.Kenneth Graunke2014-09-106-12/+34
* i965: Handle SYSTEM_VALUE_VERTEX_ID_ZERO_BASEIan Romanick2014-09-101-0/+1
* xmlconfig: suppress libGL warnings when LIBGL_DEBUG == "quiet"Stefan Dirsch2014-09-091-1/+3
* i965: Handle ir_binop_ubo_load in boolean expression code.Kenneth Graunke2014-09-082-4/+4
* i965/fs: Make emit_if_gen6 never fall back to emit_bool_to_cond_code.Kenneth Graunke2014-09-081-8/+17
* i965: Handle ir_triop_csel in emit_if_gen6().Kenneth Graunke2014-09-082-4/+33
* i965/fs: Remove direct fs_visitor gl_fragment_program dependenceJordan Justen2014-09-064-4/+8
* i965/fs: Remove direct fs_generator brw_wm_prog_key dependenceJordan Justen2014-09-052-2/+10
* i965/fs: Remove direct fs_generator brw_wm_prog_data dependenceJordan Justen2014-09-052-15/+24
* i965/fs: Don't store gl_fragment_program* in fs_generatorJordan Justen2014-09-052-7/+8
* i965: Add uses_kill to brw_wm_prog_dataJordan Justen2014-09-055-8/+10
* i965/fs: Rename fs_generator::prog to shader_progJordan Justen2014-09-052-7/+7
* i965/fs: Add stage variable to fs_generatorJordan Justen2014-09-052-3/+5
* i965: Adjust fast-clear resolve rect for BDWKristian Høgsberg2014-09-051-4/+10
* i965/fs: Don't look at virtual_grf_sizes for uniformsJason Ekstrand2014-09-051-2/+1
* i965/blorp: Pass image formats seperately from the miptreeJason Ekstrand2014-09-054-19/+43
* i965/fs: Brown bag fix.Matt Turner2014-09-051-1/+1
* i965/vec4: Add ability to reswizzle arbitrary swizzles.Matt Turner2014-09-051-56/+18
* i965/vec4: Reswizzle sources when necessary.Matt Turner2014-09-052-11/+25
* i965/fs: Clean up emitting of untyped atomic and surface readsJason Ekstrand2014-09-051-6/+4
* i965/fs: Fix basic block tracking in try_rep_send().Matt Turner2014-09-051-4/+9
* i965/fs: Pass block to insert and remove functions missed earlier.Matt Turner2014-09-051-7/+7
* i965: Mark cfg dumping functions const.Kenneth Graunke2014-09-052-4/+4
* i965: Update if_block/else_block in the dead control flow pass.Matt Turner2014-09-051-0/+7
* i965/fs: Connect cfg properly in predicated break peephole.Matt Turner2014-09-051-4/+9
* Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen2014-09-0434-185/+112
* i965/fs: Use prog rather than fp->Base in fs_visitorJordan Justen2014-09-042-15/+15
* i965/fs: Use stage_prog_data instead of prog_data->base in fs_visitorJordan Justen2014-09-041-6/+6
* i965/fs: Add init function to fs_visitorJordan Justen2014-09-042-0/+7
* Eliminate several cases of multiplication in arguments to callocCarl Worth2014-09-032-3/+3
* i965: Handle ir_triop_csel in emit_bool_to_cond_code().Kenneth Graunke2014-09-032-4/+36
* i965: Move curb_read_length/total_scratch to brw_stage_prog_data.Kenneth Graunke2014-09-0316-38/+40
* i965/copy_image: Divide the x offsets by block width when using the blitterJason Ekstrand2014-09-031-10/+21
* i965/copy_image: Use the correct block dimensionJason Ekstrand2014-09-031-6/+6
* i965/copy_image: Use the correct texture levelJason Ekstrand2014-09-031-4/+6
* mesa: Convert NewDriverState to 64-bitsJordan Justen2014-09-014-4/+16
* i965: Modify state upload to allow 2 different sets of state atoms.Paul Berry2014-09-012-25/+32
* i965: Modify dirty bit handling to support 2 pipelines.Paul Berry2014-09-014-16/+46
* i965: Create a macro for checking a dirty bit.Paul Berry2014-09-012-1/+7