i965/vec4: Generate URB writes using a loop.
[mesa.git] / src / mesa / drivers / dri /
2013-09-16 Paul Berryi965/vec4: Generate URB writes using a loop.
2013-09-16 Paul Berryi965/fs: When >64 input components, order them to match...
2013-09-16 Paul Berryi965/fs: Simplify computation of key.input_slots_valid...
2013-09-16 Paul Berryi965/gs: Stop storing an input VUE map in the GS progra...
2013-09-16 Paul Berryi965/gen6+: Remove VUE map dependency on userclip_active.
2013-09-16 Paul Berryi965/fs: Stop wasting input attribute space on gl_FragC...
2013-09-16 Paul Berryi965/sf: Consult brw_wm_prog_data when setting up SF...
2013-09-16 Paul Berryi965/sf: Consolidate common code for setting up gen6...
2013-09-16 Paul Berryi965/sf: Use BRW_SF_URB_ENTRY_READ_OFFSET rather than...
2013-09-16 Paul Berryi965/fs: Consult brw_wm_prog_data::num_varying_inputs...
2013-09-16 Paul Berryi965/fs: Change brw_wm_prog_data::urb_read_length to...
2013-09-16 Paul Berryi965/fs: Expose "urb_setup" as part of brw_wm_prog_data.
2013-09-13 Kenneth Graunkei965: Use brw_stage_state for WM data as well.
2013-09-13 Kenneth Graunkei965: Increase the size of brw_stage_state::surf_offset.
2013-09-13 Kenneth Graunkei965: Add comments to the new brw_state_state structure...
2013-09-13 Ian Romanickmesa: Rename MESA_shader_integer_mix to EXT_shader_inte...
2013-09-11 Paul Berryi965/gs: implement EndPrimitive() functionality in...
2013-09-11 Paul Berryi965/vec4: Add the ability to emit opcodes with just...
2013-09-11 Paul Berryi965/gs: Add opcodes needed for EndPrimitive().
2013-09-11 Paul Berryi965/gen7: Add the ability to send URB_WRITE_OWORD...
2013-09-11 Paul Berryi965/gen7: Allow URB_WRITE channel masks to be used.
2013-09-11 Paul Berryi965/gs: Set control data header size/format appropriat...
2013-09-11 Paul Berryi965/gs: Add a state atom to set up geometry shader...
2013-09-11 Paul Berryi965/gen7: Extract a function for setting up a shader...
2013-09-11 Kenneth Graunkei965: Add an assertion that writemask != NULL for non...
2013-09-11 Kenneth Graunkei965/vec4: Only zero out unused message components...
2013-09-11 Kenneth Graunkei965/vec4: Simplify the computation of coord_mask and...
2013-09-09 Kenneth GraunkeRevert "i965/vec4: Only zero out unused message compone...
2013-09-09 Matt Turneri965: Allow immediates to be folded into logical and...
2013-09-09 Matt Turneri965: Enable MESA_shader_integer_mix.
2013-09-09 Matt Turneri965: Add support for ir_triop_csel.
2013-09-09 Kenneth Graunkeglsl: Pass _mesa_glsl_parse_state into matching_signatu...
2013-09-09 Kenneth Graunkei965/vec4: Only zero out unused message components...
2013-09-08 Ian Romanicki965: Enable AMD_seamless_cubemap_per_texture
2013-09-06 Axel Davygallium, intel: Implements new __DRI_IMAGE_USE_LINEAR...
2013-09-05 Matt Turneri965: Remove never used DPA2 opcode.
2013-09-05 Matt Turneri965: Remove never used RSR and RSL opcodes.
2013-09-05 Paul Berryi965/gen7.5: Fix lower bound on number of VS URB entries.
2013-09-05 Paul Berryi965/vs: Move vs-specific code out of brw_vec4_visitor...
2013-09-05 Paul Berryi965/vec4: Make with_writemask() non-static.
2013-09-05 Paul Berryi965/vs: Move vs-specific code out of brw_vec4.h.
2013-09-05 Paul Berryi965/gs: Don't assign gl_Layer its own slot in the...
2013-09-04 Timothy Arcerimesa: Implement GL_DEBUG_OUTPUT
2013-09-03 Kenneth Graunkei965: Rename "prim" parameter to "prims" where it's...
2013-09-03 Kenneth Graunkei965: Actually check every primitive for cut index...
2013-09-02 Kenneth Graunkei965: Use the proper element of the prim array in brw_t...
2013-09-02 Kenneth Graunkei965: Combine brw_emit_prim and gen7_emit_prim.
2013-09-02 Kenneth Graunkei965: Remove unused ATTRIB_BIT_DWORDS define.
2013-09-01 Chris Forbesi965/fs: Gen4: Zero out extra coordinates when using...
2013-09-01 Paul Berryi965/gs: Implement support for geometry shader samplers.
2013-09-01 Paul Berryi965/gs: add geometry shader support to brw_texture_sur...
2013-09-01 Paul Berryi965/gs: generalize brw_texture_surfaces in preparation...
2013-09-01 Paul Berryi965: Modify signature to update_texture_surface functions.
2013-09-01 Paul Berryi965/vs: generalize gen6_vs_push_constants in preparati...
2013-09-01 Paul Berryi965/gs: make the state atom for compiling Gen7 geometr...
2013-09-01 Paul Berryi965/gs: Implement support for geometry shader surfaces.
2013-09-01 Paul Berryi965/vs: generalize brw_vs_binding_table in preparation...
2013-09-01 Paul Berryi965: generalize brw_vs_pull_constants in preparation...
2013-09-01 Paul Berryi965: Make sure constants re-sent after constant buffer...
2013-09-01 Paul Berryi965/gs: Allocate push constant space for use by GS.
2013-09-01 Paul Berryi965/gen7: Emit CS stall after 3DSTATE_PUSH_CONSTANT_AL...
2013-09-01 Paul Berryi965/gs: Allocate URB space for use by GS.
2013-09-01 Paul Berryi965: Make CACHE_NEW_GS_PROG.
2013-09-01 Paul Berryi965/gs: Create brw_context::gs structure to track...
2013-09-01 Paul Berryi965: Move data from brw->vs into a base class if gs...
2013-09-01 Paul Berryi965/gs: Update defines related to GS surface organization.
2013-09-01 Paul Berryi965: Move vec4 register allocation data structures...
2013-09-01 Paul Berryi965: Rename user-defined gs structs from vec4_gs to gs.
2013-09-01 Paul Berryi965: rename legacy gs structs and functions to ff_gs.
2013-08-30 Kenneth Graunkei965/fs: Detect GRF sources in split_virtual_grfs send...
2013-08-30 Kenneth Graunkei965/vs: Detect GRF sources in split_virtual_grfs send...
2013-08-30 Eric Anholti965: Switch gen4-6 to using the sampler's base level...
2013-08-30 Eric Anholti965/gen7: Use the base_level field of the sampler...
2013-08-30 Eric Anholti965: Add missing state reset at the end of blorp.
2013-08-30 Eric Anholti965: Drop extra flush when calling intel_miptree_map_r...
2013-08-30 Eric Anholti965: Make a slight distinction in perf debug for BOs...
2013-08-30 Eric Anholtintel: Reuse intel_glFlush().
2013-08-30 Eric Anholtintel: Add support for the new flush_with_flags extension.
2013-08-30 Eric Anholtintel: Add a batch flush between front-buffer downsampl...
2013-08-30 Eric Anholti965: Directly call intel_batchbuffer_flush() after...
2013-08-30 Eric Anholti965/vs: Fix regression on pre-gen6 with no VS uniforms...
2013-08-28 Kenneth Graunkei965: Allocate just enough space for user clip planes...
2013-08-28 Chad Versacei965: Silence unused variable warning in release build
2013-08-27 Matt Turneri965/vs: Add support for translating ir_triop_fma into...
2013-08-27 Matt Turneri965/fs: Add support for translating ir_triop_fma into...
2013-08-27 Matt Turneri965/fs: Assert that ir_expressions are usable by 3...
2013-08-27 Ian Romanicki915: Optimize SEQ and SNE when two operands are uniforms
2013-08-26 Kenneth Graunkei965/vs: Allocate register set once at context creation.
2013-08-26 Kenneth Graunkei965/vs: Move base_reg_count computation to brw_alloc_r...
2013-08-26 Kenneth Graunkei965/vs: Expose the payload registers to the register...
2013-08-26 Kenneth Graunkei965/vs: Use a fixed set of register classes.
2013-08-26 Paul Berryi965: Allow C++ type safety in the use of enum brw_urb_...
2013-08-26 Paul Berryi965: Remove redundant (and uninitialized) field vec4_g...
2013-08-26 Paul Berryi965: Don't try to fall back when creating unrecognized...
2013-08-23 Paul Berryi965/gs: Add a data structure for tracking VS output...
2013-08-23 Paul Berryi965/vec4: Make a function for setting up vec4 program...
2013-08-23 Paul Berryi965: Make prim_to_hw_prim accessible outside brw_draw.c.
2013-08-23 Paul Berryi965/gs: add GS visitors.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_SET_DWORD_2_IMMED.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_SET_VERTEX_COUNT.
next