i965/vec4: Make with_writemask() non-static.
[mesa.git] / src /
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-05 Stéphane Marchesini915g: Implement writemask fixup
2013-09-05 Stéphane Marchesini915g: Stop calling draw_prepare_shader_outputs
2013-09-04 Rico Schüllerglx: Initialize OpenGL version to 1.0
2013-09-04 Stéphane Marchesini915g: Add more optimizations
2013-09-04 Ian Romanickglsl: Remove unused prog parameter from tfeedback_decl...
2013-09-04 Ian Romanickglsl: Validate qualifiers on VS color outputs with...
2013-09-04 Ian Romanickglsl: Copy ir_variable::assigned and ir_variable::used...
2013-09-04 Ian Romanickglsl: Refactor a bunch of the code out of cross_validat...
2013-09-04 Ian Romanickglsl: Reallow precision qualifiers on structure members
2013-09-04 Timothy Arcerimesa: Setup remaining infrastucture and enable KHR_debug
2013-09-04 Timothy Arceriglapi: Setup autogeneration infrastructure for KHR_debug
2013-09-04 Timothy Arcerimesa: Remap debug type and severity
2013-09-04 Timothy Arcerimesa: Implement GL_DEBUG_OUTPUT
2013-09-04 Timothy Arcerimesa: Update builds scripts to build object labels
2013-09-04 Timothy Arcerimesa: Implement KHR_debug ObjectLabel functions
2013-09-04 Timothy Arcerimesa: make _mesa_validate_sync() non-static
2013-09-04 Timothy Arcerimesa: free object labels when deleting
2013-09-04 Timothy Arcerimesa: add debug Label field to several data structures
2013-09-04 Timothy Arcerimesa: make _mesa_lookup_list() non-static
2013-09-04 Timothy Arcerimesa: make _mesa_lookup_arrayobj() non-static
2013-09-04 Timothy Arcerimesa: Implement glPushDebugGroup and glPopDebugGroup
2013-09-04 Timothy Arcerimesa: Add a clone function to mesa hash
2013-09-04 Timothy Arcerimesa: Share common code between ARB_debug_output and...
2013-09-04 Timothy Arcerimesa: Add some constants and state variables for KHR_de...
2013-09-03 Kenneth Graunkemesa: Rename gl_context::swtnl_im to vbo_context; use...
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 Michel Dänzerradeonsi: Don't save/restore FMASK sampler view states...
2013-09-02 Michel Dänzerradeonsi: Expose pure integer vertex formats
2013-09-02 Maarten Lankhorstnvc0: restore viewport after blit
2013-09-02 Christian Königradeon/uvd: save the aligned width & height
2013-09-02 Chia-I Wuglx: make the interval of LIBGL_SHOW_FPS adjustable
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 Christoph Bumillernvc0: delete compute object on screen destruction
2013-09-01 Joakim Sindholtnvc0: fix blitctx memory leak
2013-09-01 Christoph Bumillernvc0: don't use bufctx in nvc0_cb_push
2013-09-01 Christoph Bumillernvc0: clear the flushed flag
2013-09-01 Christoph Bumillernvc0/ir: add f32 long immediate cannot saturate
2013-09-01 Tiziano Bacocconvc0/ir: fix use after free in texture barrier insertio...
2013-09-01 Ilia Mirkinnv30: find first unused texcoord rather than bailing...
2013-09-01 Emil Velikovnouveau: initialise the nouveau_transfer maps
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 Marek Olšákradeonsi: simplify and improve flushing
2013-08-30 Marek Olšákradeonsi: convert constant buffers to si_descriptors
2013-08-30 Marek Olšákradeonsi: use r600_common_context, r600_common_screen...
2013-08-30 Marek Olšákr600g: move streamout state to drivers/radeon
2013-08-30 Marek Olšákradeonsi: cleanup initialization of SGPR shader parameters
2013-08-30 Marek Olšákr600g,radeonsi: remove unused variables
2013-08-30 Marek Olšákdraw: fix segfaults with aaline and aapoint stages...
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 Niels Ole Salscheiderradeonsi: Do not suspend timer queries
2013-08-30 Roland Scheideggerdraw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEW...
2013-08-30 Roland Scheideggergallivm: handle unbound textures in texture sampling...
2013-08-30 Roland Scheideggersoftpipe: handle NULL sampler views for texture samplin...
2013-08-30 Roland Scheideggersoftpipe: check if so_target is NULL before accessing it
2013-08-30 Roland Scheideggergallivm: (trivial) don't pass sampler_unit variable...
2013-08-30 Roland Scheideggergallivm: don't use AoS path if min/mag filter are diffe...
2013-08-30 Eric Anholtmesa: Don't choose S3TC for generic compression if...
2013-08-30 Eric Anholtmesa: Rip out more extension checking from texformat.c.
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-30 Vadim Girlinr600g: enable SB backend by default
2013-08-30 Vadim Girlinr600g: fix color exports when we have no CBs
2013-08-30 Vinson Leenvc0/ir: Initialize NVC0LegalizePostRA member variables.
2013-08-30 Roland Scheideggergallivm: support per-pixel min/mag filter in SoA path
2013-08-30 Roland Scheideggergallivm: don't calculate square root of rho if we use...
next