glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
[mesa.git] / src / mesa / drivers / dri / i965 /
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-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.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_SET_WRITE_OFFSET.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_THREAD_END.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_URB_WRITE.
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.
next