summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove incorrect comment above opt_algebraic.Kenneth Graunke2012-09-101-8/+0
* i965: Fix virtual_grf_interferes() between calculate_live_intervals() and DCE.Eric Anholt2012-09-071-0/+24
* i965: Make the param pointer arrays for the VS dynamically sized.Eric Anholt2012-09-074-2/+38
* i965: Make the param pointer arrays for the WM dynamically sized.Eric Anholt2012-09-075-4/+46
* i965: Add functions for comparing two brw_wm/vs_prog_data structs.Eric Anholt2012-09-076-6/+78
* i965: Fix primitive restart on Haswell.Kenneth Graunke2012-09-065-1/+43
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-2/+2
* i965/blorp: Fix incorrect indentation.Paul Berry2012-09-051-2/+2
* i965: Don't use brw->fragment_program in the old brw_wm_pass2.c.Kenneth Graunke2012-09-051-1/+1
* mesa: s/FREE/free/Brian Paul2012-09-012-2/+2
* i965/fs: Don't use brw->fragment_program in calculate_urb_setup().Kenneth Graunke2012-08-311-1/+1
* i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_stateAnuj Phogat2012-08-302-2/+3
* i965/fs: Remove a dead member from live variables analysis.Eric Anholt2012-08-292-6/+0
* i965/fs: Initialize output_components[] by filling it with zeros.Kenneth Graunke2012-08-291-0/+1
* i965: Allow creation of OpenGL 3.1 contextsIan Romanick2012-08-291-0/+19
* i965: Set context flagsIan Romanick2012-08-292-0/+9
* i965: Disable the swrast context setup on GL 3.1 core.Eric Anholt2012-08-281-1/+3
* i965: Replace general sw fallback support with a manual check for rendermode.Eric Anholt2012-08-285-120/+14
* i965: Drop the old sw fallback for position array being disabled.Eric Anholt2012-08-281-7/+0
* i965: Drop support for forcing drawing through sw fallbacks.Eric Anholt2012-08-281-5/+0
* i965: Make VS programs obey the shader_precompile driconf option.Kenneth Graunke2012-08-271-1/+1
* i965: Set swizzle fields in the VS precompile program key.Kenneth Graunke2012-08-271-0/+11
* i965/vs: Add VS program key dumping to INTEL_DEBUG=perf.Kenneth Graunke2012-08-273-1/+76
* i965/fs: Assume shadow sampler swizzling is <X, X, X, 1>.Kenneth Graunke2012-08-271-2/+8
* i965: Index sampler program key data by linker-assigned index.Kenneth Graunke2012-08-276-30/+30
* i965: Only set proj_attrib_mask for fixed function.Kenneth Graunke2012-08-272-2/+12
* i965: Don't set stats_wm in the WM program key on Gen6+.Kenneth Graunke2012-08-271-1/+3
* i965: Don't set vp_outputs_written in the WM program key on Gen6+.Kenneth Graunke2012-08-272-5/+10
* i965: Double the size of the state cache.Kenneth Graunke2012-08-271-2/+2
* i965: Move hiz resolve to after renderbuffer resizing (v2)Chad Versace2012-08-271-4/+5
* i965: Remove redundant null checkChad Versace2012-08-271-2/+1
* i965: Rewrite the comment describing the query object support.Eric Anholt2012-08-261-10/+12
* i965/gen6+: Add support for GL_ARB_timer_query.Eric Anholt2012-08-262-0/+52
* i965: Fix accumulator_contains() test to also reject swizzles of the dst.Eric Anholt2012-08-261-1/+1
* i965: Don't set iz_lookup the FS precompile's program key on Gen6+.Kenneth Graunke2012-08-251-7/+10
* i965/fs: Fix INTEL_DEBUG=perf program key printing.Kenneth Graunke2012-08-251-18/+18
* i965: Use linker-assigned sampler IDs in instruction encoding.Kenneth Graunke2012-08-255-35/+74
* i965: Add a "sampler state index" parameter to update_sampler_state().Kenneth Graunke2012-08-253-14/+15
* i965: Un-hardcode WM binding table from update_texture_surface.Kenneth Graunke2012-08-252-19/+27
* i965/vs: Rename "sampler" to "texunit" in texturing code.Kenneth Graunke2012-08-251-5/+5
* i965/fs: Rename "sampler" to "texunit" in texturing code.Kenneth Graunke2012-08-251-14/+14
* i965/fs: Remove unused 'sampler' parameter in emit_texture_genX().Kenneth Graunke2012-08-252-15/+9
* i965: Set SWIZZLE_NOOP for unused texture units in the program keys.Kenneth Graunke2012-08-251-3/+2
* i965: Remove four and a half year old TODO comments about samplers.Kenneth Graunke2012-08-252-8/+0
* i965: Fix brw_link_shader to return false rather than NULL.Kenneth Graunke2012-08-251-1/+1
* i965: don't clear resolve map when doing fast depth clears.Paul Berry2012-08-241-4/+2
* i965/msaa: Add sample-alpha-to-coverage support for multiple render targetsAnuj Phogat2012-08-234-2/+43
* i965: Fix bug in the old FS backend's projtex() calculation.Eric Anholt2012-08-171-3/+1
* i965: add ARB_texture_rgb10_a2ui supportJordan Justen2012-08-141-0/+1
* i965: Fix the scaling of seconds to ms in perf debug.Eric Anholt2012-08-132-2/+2