summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Get rid of backend_instruction::samplerChris Forbes2014-08-097-11/+0
* i965/vec4/Gen8: Use src1 for sampler_index instead of ->sampler fieldChris Forbes2014-08-092-7/+15
* i965/vec4/Gen4-7: Use src1 for sampler_index instead of ->sampler fieldChris Forbes2014-08-092-8/+15
* i965/vec4: Pass sampler index in src1 for texture opsChris Forbes2014-08-092-7/+11
* i965/vec4: Collect all emits of texture ops into one placeChris Forbes2014-08-091-26/+12
* i965/fs/Gen8: Pass sampler_index to generate_texChris Forbes2014-08-092-7/+14
* i965/fs/Gen4-7: Pass sampler_index to generate_texChris Forbes2014-08-092-7/+14
* i965/blorp: Put sampler index in src1 of texture opsChris Forbes2014-08-091-1/+2
* i965/fs: pass sampler as src1 of texture opChris Forbes2014-08-093-23/+25
* i965/fs: Collect all emits of texture ops for Gen5/6 into one placeChris Forbes2014-08-091-13/+18
* i965/fs: Collect all emits of texture ops for Gen4 into one placeChris Forbes2014-08-091-20/+11
* i965: Emit a performance warning on conditional rendering.Kenneth Graunke2014-08-081-0/+5
* i965: Set ExecSize to 16 for loop instructions in SIMD16 shaders.Kenneth Graunke2014-08-081-5/+8
* i965/eu: Merge brw_CONT and gen6_CONT.Kenneth Graunke2014-08-084-28/+7
* i965/eu: Drop redundant brw_set_src0/brw_set_dest from gen6_CONT.Kenneth Graunke2014-08-081-2/+0
* i965/vec4: Remove unused emit_bool_comparison method.Matt Turner2014-08-072-15/+0
* i965/clip: Fix brw_clip_unfilled.c/compute_offset's assembly.Kenneth Graunke2014-08-071-3/+3
* dri/xmlconfig: s/uint/unsigned int/Vinson Lee2014-08-051-2/+2
* meta: Disable dithering during glBlitFramebufferNeil Roberts2014-08-051-0/+3
* meta: Fix datatype computation in get_temp_image_type()Anuj Phogat2014-08-041-5/+4
* meta: Move the call to _mesa_get_format_datatype() out of switchAnuj Phogat2014-08-041-7/+3
* meta: Use _mesa_get_format_bits() to get the GL_RED_BITSAnuj Phogat2014-08-041-2/+3
* meta: Initialize the variable in declaration statementAnuj Phogat2014-08-041-3/+1
* glsl: Make it possible to ignore built-ins when matching signatures.Kenneth Graunke2014-08-042-2/+2
* wmesa: link with mesautilBrian Paul2014-08-041-0/+2
* osmesa: link with mesautilBrian Paul2014-08-041-0/+1
* xlib: fix missing mesautil build breakageBrian Paul2014-08-041-0/+1
* util: Gather some common macrosJason Ekstrand2014-08-044-0/+4
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-042-2/+2
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-0423-22/+23
* i965: Delete stale "pre-gen4" comment in texture validation code.Kenneth Graunke2014-08-021-5/+0
* i965: Delete sampler state structures.Kenneth Graunke2014-08-021-99/+0
* i965: Replace sizeof(struct gen7_sampler_state) with the size itself.Kenneth Graunke2014-08-024-8/+8
* i965: Drop sizeof(struct brw_sampler_state) from estimated prim size.Kenneth Graunke2014-08-021-3/+3
* i965: Make BLORP use brw_emit_sampler_state().Kenneth Graunke2014-08-023-95/+33
* i965: Delete redundant sampler state dumping code.Kenneth Graunke2014-08-021-34/+5
* i965: Make some brw_sampler_state.c functions static again.Kenneth Graunke2014-08-022-8/+2
* i965: Stop using gen7_update_sampler_state; rm gen7_sampler_state.c.Kenneth Graunke2014-08-024-194/+2
* i965: Make brw_update_sampler_state use 8 bits for LOD fields on Gen7+.Kenneth Graunke2014-08-021-3/+4
* i965: Make brw_update_sampler_state() use brw_emit_sampler_state().Kenneth Graunke2014-08-021-119/+92
* i965: Introduce a function to emit a SAMPLER_STATE structure.Kenneth Graunke2014-08-022-0/+93
* i965: Add const to upload_default_color's sampler parameter.Kenneth Graunke2014-08-022-2/+2
* i965: Add #defines for SAMPLER_STATE fields.Kenneth Graunke2014-08-021-0/+54
* i965: Convert wrap mode #defines to an enum.Kenneth Graunke2014-08-021-7/+9
* i965: Delete gen7_upload_sampler_state_table and vtable mechanism.Kenneth Graunke2014-08-025-70/+3
* i965: Make brw_upload_sampler_state_table handle Gen7+ as well.Kenneth Graunke2014-08-023-5/+49
* i965: Shift brw_upload_sampler_state_table away from structures.Kenneth Graunke2014-08-021-8/+15
* i965: Push computation for sampler state batch offsets up a level.Kenneth Graunke2014-08-021-10/+12
* i965: Drop unused 'ss_index' parameter from gen7_update_sampler_state.Kenneth Graunke2014-08-021-2/+2
* i965: Stop storing sdc_offset in brw_stage_state.Kenneth Graunke2014-08-023-18/+13