i965/fs: Simplify computation of key.input_slots_valid during precompile.
[mesa.git] / src / mesa / drivers / dri / i965 /
2013-08-23 Paul Berryi965/gs: Add a flag allowing URB write messages to...
2013-08-23 Paul Berryi965: Combine 4 boolean args of brw_urb_WRITE into...
2013-08-23 Paul Berryi965/gs: Add a case to brwNewProgram() for geometry...
2013-08-23 Paul Berryi965/gs: Create structs for use by GS program compilation.
2013-08-23 Paul Berryi965/gs: Add a case to brwBindProgram() for geometry...
2013-08-23 Paul Berryi965/gs: Add brw->geometry_program.
2013-08-23 Paul Berryi965/vec4: Virtualize setup_payload instead of setup_at...
2013-08-23 Paul Berryi965/vec4: Allow for dispatch_grf_start_reg to vary.
2013-08-23 Paul Berryi965/vec4: Move vec4 data structures and functions...
2013-08-23 Paul Berryi965: Make brw_{shader,vec4}.h safe to include from C.
2013-08-23 Paul Berryi965: Stop including brw_vs.h from brw_vec4.h.
2013-08-23 Paul Berryi965: Initialize all elements of ctx->ShaderCompilerOpt...
2013-08-23 Paul Berryi965: Make brw_{program,vs}.h safe to include from...
2013-08-22 Chad Versacei965: Fix misapplication of gles3 srgb workaround
2013-08-22 Kenneth Graunkei965/fs: Add code to print out global copy propagation...
2013-08-21 Ville Syrjäläi965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
2013-08-21 Ville Syrjäläi965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2)
2013-08-20 Kenneth Graunkei965: Shorten sampler loops in precompile key setup.
2013-08-19 Kenneth Graunkei965: Make the VS binding table as small as possible.
2013-08-19 Kenneth Graunkei965/vs: Rework binding table size calculation.
2013-08-19 Kenneth Graunkei965/vs: Plumb brw_vec4_prog_data into vec4_generator().
2013-08-19 Kenneth Graunkei965/fs: Make the FS binding table as small as possible.
2013-08-19 Kenneth Graunkei965/fs: Track the binding table size in brw_wm_prog_data.
2013-08-19 Kenneth Graunkei965: Use SURF_INDEX_DRAW() for drawbuffer binding...
2013-08-19 Kenneth Graunkei965: Shorten sampler loops in key setup.
2013-08-19 Kenneth Graunkei965: Make sampler counts available for the entire...
2013-08-19 Kenneth Graunkei965: Split the brw_samplers atom into separate FS...
2013-08-19 Kenneth Graunkei965: Upload separate VS and FS sampler state tables.
2013-08-19 Kenneth Graunkei965: Make upload_sampler_state_table a virtual function.
2013-08-19 Kenneth Graunkei965: Upload separate per-stage sampler state tables.
2013-08-19 Kenneth Graunkei965: Un-hardcode border color table from update_sample...
2013-08-19 Kenneth Graunkei965: Un-hardcode border color table from upload_defaul...
2013-08-19 Kenneth Graunkei965: Split sampler count variable to be per-stage.
2013-08-19 Kenneth Graunkei965/fs: Re-enable global copy propagation.
2013-08-19 Kenneth Graunkei965/fs: Fix computation of livein.
2013-08-19 Kenneth Graunkei965/fs: Fully recompute liveout at each step.
2013-08-19 Kenneth Graunkei965/fs: Skip the initial block when updating livein...
2013-08-19 Kenneth Graunkei965/fs: Drop unnecessary and incorrect liveout initial...
2013-08-19 Kenneth Graunkei965/fs: Properly initialize the livein/liveout sets.
2013-08-19 Kenneth Graunkei965/fs: Use the COPY set in the calculation for liveout.
2013-08-19 Kenneth Graunkei965/fs: Simplify liveout calculation.
2013-08-19 Kenneth Graunkei965/fs: Create the COPY() set for use in copy propagat...
2013-08-19 Kenneth Graunkei965/fs: Rename setup_kills() to setup_initial_values().
2013-08-19 Kenneth Graunkei965/fs: Separate the updating of liveout/livein.
2013-08-19 Kenneth Graunkei965/fs: Rename "cont" to "progress" in dataflow algorithm.
2013-08-19 Kenneth Graunkei965/fs: Switch to a do-while loop in copy propagation...
2013-08-19 Kenneth Graunkei965/fs: Skip global copy propagation step.
2013-08-19 Paul Berryi965: STATIC_ASSERT that there aren't too many BRW_NEW_...
2013-08-17 Eric Anholtdri: Choose a decent global driNConfigOptions.
2013-08-17 Kenneth Graunkei965: Improve comments for driver hooks in intel_buffer...
2013-08-17 Kenneth Graunkei965: Split intel_upload code out into a separate file.
2013-08-17 Kenneth Graunkei965: Move GL_APPLE_object_purgeable functionality...
2013-08-16 Kenneth Graunkei965: Dump more information about batch buffer usage.
2013-08-16 Kenneth Graunkei965: Add Gen7 depth stall flushes before disabling...
2013-08-16 Kenneth Graunkei965: Add Gen6 depth stall flushes before disabling...
2013-08-16 Matt Turneri965: Don't copy propagate bitcasts with source modifiers.
2013-08-16 Matt Turneri965: Emit MOVs for neg/abs.
2013-08-16 Anuj Phogati965/blorp: Add support for single sample scaled blit...
2013-08-16 Anuj Phogati965/blorp: Define a function to clamp texture coordinates
2013-08-16 Anuj Phogati965/blorp: Use more appropriate variable names
2013-08-15 Kenneth Graunkei965/fs: Fix Sandybridge regressions from SEL optimization.
2013-08-15 Kenneth Graunkei965: Force X-tiling for 128 bpp formats on Sandybridge.
2013-08-15 Vinson Leei915,i965: Fix memory leak in try_pbo_upload (v2)
2013-08-15 Chris Forbesi965: allow 8 user clip planes on CTG+
2013-08-15 Chris Forbesi965: get rid of clip plane compaction
2013-08-15 Chris Forbesi965/clip: Support clip distances for line clipping
2013-08-15 Chris Forbesi965/clip: remove spurious clipvertex param
2013-08-15 Chris Forbesi965/clip: Use clip distances for all user clipping
2013-08-15 Chris Forbesi956/clip: push dp4 into load_clip_distance
2013-08-15 Chris Forbesi965/clip: Track offset into the vertex for clipdistance
2013-08-15 Chris Forbesi965/Gen4-5: Set clip flags from clip distances
2013-08-15 Chris Forbesi965: add new VS_OPCODE_UNPACK_FLAGS_SIMD4X2
2013-08-15 Chris Forbesi965/vs: add vec4_instruction::depends_on_flags
2013-08-15 Chris Forbesi965/clip: Enable interpolation of clip distances
2013-08-15 Chris Forbesi965/vs: Do legacy clip lowering earlier
2013-08-15 Chris Forbesi965/Gen4-5: ensure VUE slots for clipdistance are...
2013-08-14 Paul Berryi965/gen7+: Fix build error introduced by renaming...
2013-08-14 Chad Versacei965: Move arrays brw_multisample_positions* to new...
2013-08-14 Chad Versacei965: Refactor names of sample_positions_8/4x arrays
2013-08-14 Kenneth Graunkei965/gen7+: Mark upload_3dstate_so_decl_list as non...
2013-08-14 Kenneth Graunkei965: Mark a few brw_draw_upload.c functions as non...
2013-08-12 Kenneth Graunkei965/fs: Add dump_instruction() support for ARF destina...
2013-08-12 Kenneth Graunkei965/fs: Remove extraneous newline in dump_instruction...
2013-08-12 Kenneth Graunkei965/fs: Optimize IF/MOV/ELSE/MOV/ENDIF to SEL when...
2013-08-12 Kenneth Graunkei965/fs: Consider predicated SEL instructions as whole...
2013-08-12 Kenneth Graunkei965/fs: Explicitly disallow CSE on predicated instruct...
2013-08-12 Kenneth Graunkei965/fs: Log a performance warning if skipping 16-wide...
2013-08-10 Chris Forbesi965: add missing BRW_NEW_INTERPOLATION_MAP to state...
2013-08-10 Chris Forbesi965: Add a new debug mode for the VUE map
2013-08-08 Kenneth Graunkei965: Remember to call intel_prepare_render() before...
2013-08-06 Kenneth Graunkei965: Add #defines for the MI_LOAD_REGISTER_MEM command.
2013-08-06 Kenneth Graunkei965: Initialize the intel_context::bufmgr pointer...
2013-08-06 Kenneth Graunkei965: Tidy preprocessor macros for SO_PRIM_STORAGE_NEED...
2013-08-06 Kenneth Graunkei965: Tidy preprocessor macros for SO_NUM_PRIMS_WRITTEN...
2013-08-06 Kenneth Graunkei965: Don't allocate curbe buffers on Gen6+.
2013-08-04 Jordan Justenintel_fbo: remove unused intel_renderbuffer hiz functions
2013-08-04 Jordan Justeni965 clear/draw: set renderbuffer attachment as needing...
2013-08-04 Jordan Justeni965: add intel_renderbuffer_att_set_needs_depth_resolve
2013-08-04 Jordan Justeni965: add intel_miptree_set_all_slices_need_depth_resolve
2013-08-04 Jordan Justeni965 gen7: don't set FORCE_ZERO_RTAINDEX for layered...
next