i965/fs: Preserve the CFG in a few more places.
[mesa.git] / src / gallium /
2014-09-24 Tom Stellardgallivm: Disable gallivm to fix build with LLVM 3.6
2014-09-24 Marek Olšákgallium/rbug: correctly unreference a sampler view
2014-09-24 Marek Olšákgallium/rbug: unlock a mutex in rbug_create_query
2014-09-24 Marek Olšákradeonsi: remove old cache flushing code
2014-09-24 Marek Olšákradeonsi/compute: do CS partial flush with si_emit_cach...
2014-09-24 Marek Olšákradeonsi/compute: flush caches with si_emit_cache_flush
2014-09-24 Marek Olšákradeonsi/compute: directly emit CONTEXT_CONTROL
2014-09-24 Marek Olšákradeonsi: properly destroy the GS copy shader and scrat...
2014-09-24 Marek Olšákradeonsi: release GS rings at context destruction
2014-09-24 Marek Olšákradeonsi: don't use pipe_constant_buffer for GS rings
2014-09-24 Marek Olšákradeonsi: don't pass the context to the shader translator
2014-09-24 Marek Olšákradeonsi: don't snoop currently-bound GS shader when...
2014-09-24 Marek Olšákradeonsi: shorten si_pipe_* prefixes to si_*
2014-09-24 Marek Olšákradeonsi: merge si_pipe_shader into si_shader
2014-09-24 Marek Olšákradeonsi: disable gl_SampleMask fragment shader output...
2014-09-24 Marek Olšákradeonsi: only update MSAA-specific framebuffer state...
2014-09-24 Marek Olšákradeonsi: move DB_SHADER_CONTROL into db_render_state
2014-09-24 Marek Olšákradeonsi: set KILL_ENABLE during shader compilation...
2014-09-24 Marek Olšákradeonsi: remove shader.ps_conservative_z, set db_shade...
2014-09-24 Marek Olšákradeonsi: move DB registers from draw_vbo into new...
2014-09-24 Marek Olšákradeonsi: remove unused variable si_pipe_shader::sprite...
2014-09-24 Marek Olšákradeonsi: document what si_descriptors.c does
2014-09-24 Marek Olšákr300g: implement MSAA copies by resolving and upsampling
2014-09-24 Emil Velikovtargets/vl: don't forget to set GALLIUM_STATIC_TARGETS
2014-09-24 Emil Velikovtargets/egl: fold in target LDFLAGS variables
2014-09-24 Emil Velikovtargets: drop the old MEGADRIVERS & STATIC_TARGET....
2014-09-24 Emil Velikovgallium/softpipe,llvmpipe: add automake target 'templates'
2014-09-24 Emil Velikovconfigure: remove NEED_{SOFT,LLVM}PIPE_DRIVER variables
2014-09-24 Emil Velikovgallium/vc4: add automake target 'templates'
2014-09-24 Emil Velikovgallium/r300,r600,radeonsi: add automake target 'templates'
2014-09-24 Emil Velikovgallium/svga: add automake target 'template'
2014-09-24 Emil Velikovgallium/ilo: add automake target 'template'
2014-09-24 Emil Velikovgallium/i915: add automake target 'template'
2014-09-24 Emil Velikovgallium/freedreno: add automake target 'template'
2014-09-24 Emil Velikovgallium/nouveau: add automake target 'template'
2014-09-24 Emil Velikovtargets/pipe-loader: drop unused authentication
2014-09-24 Emil Velikovtargets/vl: fix hard-links when building shared pipe...
2014-09-24 Emil Velikovgallium/freedreno: remove unused draw header
2014-09-24 Emil Velikovgallium/r300: remove obsolete declaration
2014-09-24 Eric Anholtvc4: Drop maximum number of varyings down to 8.
2014-09-24 Eric Anholtvc4: Add support for flat shading.
2014-09-24 Eric Anholtvc4: Drop stale comment.
2014-09-23 Eric Anholtvc4: Put dead writes into the NOP register when generat...
2014-09-23 Eric Anholtvc4: When possible, resolve raddr conflicts by swapping...
2014-09-23 Eric Anholtvc4: Fix overzealous raddr conflict resolution.
2014-09-23 Eric Anholtvc4: Add support for 8-bit unorm/snorm vertex inputs.
2014-09-23 Eric Anholtvc4: Add disasm for A-file unpack operations.
2014-09-23 Eric Anholtvc4: Switch to using Mesa's register allocator.
2014-09-23 Eric Anholtvc4: Make a static list of all the registers.
2014-09-23 Eric Anholtvc4: Switch the context struct to use ralloc.
2014-09-23 Eric Anholtmesa: Move register_allocate.c to util.
2014-09-23 Roland Scheideggergallivm: fix idiv
2014-09-23 Chia-I Wuilo: rework pipeline workarounds
2014-09-23 Chia-I Wuilo: remove handle_invalid_batch_bo()
2014-09-23 Chia-I Wuilo: make gen6_pipeline_update_max_svbi() static
2014-09-23 Ilia Mirkinfreedreno/ir3: add TXB2 support
2014-09-23 Ilia Mirkinfreedreno/ir3: add TXQ support
2014-09-23 Ilia Mirkinfreedreno/ir3: fix TXB/TXL to actually pull the bias...
2014-09-23 Ilia Mirkinfreedreno/ir3: make texture instruction construction...
2014-09-22 Brian Paulgallium: update comment for enum pipe_format
2014-09-22 Brian Paulgallium: replace pipe_type enum with tgsi_return_type...
2014-09-22 Brian Pauldraw: use new tgsi_transform inst/decl helpers in pstip...
2014-09-22 Brian Pauldraw: use new tgsi_transform inst/decl helpers in aapoi...
2014-09-22 Brian Pauldraw: use new tgsi_transform inst/decl helpers in aalin...
2014-09-22 Brian Paultgsi: add inst/decl helpers for tgsi_transform utility
2014-09-22 Brian Pauldraw: use tgsi transform prolog callback in polygon...
2014-09-22 Brian Pauldraw: use tgsi transform prolog/epilog callbacks in...
2014-09-22 Brian Pauldraw: use tgsi transform prolog/epilog callbacks in...
2014-09-22 Brian Paultgsi: fix tgsi transform's epilog callback
2014-09-22 Brian Paultgsi: add prolog() method to tgsi_transform_context
2014-09-22 Tom Stellardclover: Add support to mem objects for multiple destruc...
2014-09-22 Brian Paulst/xa: silence unused variable warning
2014-09-22 Brian Paultarget-helpers: add inline qualifier on configuration_q...
2014-09-22 Chia-I Wuilo: clean up fallback path for primitive restart
2014-09-22 Chia-I Wuilo: handle conditional rendering in the context
2014-09-22 Chia-I Wuilo: create the pipeline from the builder
2014-09-22 Chia-I Wuilo: move aperture checks out of pipeline
2014-09-22 Chia-I Wuilo: flush before setting SOL_RESET
2014-09-22 Chia-I Wuilo: move size estimation check out of pipeline
2014-09-21 Rob Clarkfreedreno/a3xx: more texture array fixes
2014-09-21 Rob Clarkfreedreno: add DRM_CONF_SHARE_FD
2014-09-21 Chia-I Wuilo: use a single list for queries
2014-09-21 Chia-I Wuilo: replace software queries by hardware ones
2014-09-21 Chia-I Wuilo: support prim queries in ilo_3d_pipeline_emit_query()
2014-09-21 Chia-I Wuilo: add ilo_3d_pipeline_emit_query()
2014-09-21 Chia-I Wuilo: rework query support
2014-09-21 Chia-I Wuilo: clarify cp owning/releasing
2014-09-20 Chia-I Wuilo: add a pointer to builder in ilo_3d_pipeline
2014-09-20 Chia-I Wuilo: add a helper for RECTLIST blitter
2014-09-20 Chia-I Wuilo: no direct ilo_context access in BLT blitter
2014-09-20 Chia-I Wuilo: fix headers in Makefile.sources
2014-09-20 Chia-I Wuilo: add a new struct for context states
2014-09-20 Chia-I Wuilo: merge ilo_gpe.h to ilo_state*.h
2014-09-20 Chia-I Wuilo: rename ilo_gpe_gen*.[ch]
2014-09-20 Chia-I Wuilo: make ilo_fence opaque
2014-09-20 Roland Scheideggergallivm: add information about different sampler/view...
2014-09-19 Marek Olšákst/dri: remove GALLIUM_MSAA and __GL_FSAA_MODE environm...
2014-09-19 Eric Anholtvc4: Fix perspective interpolation.
2014-09-19 Eric Anholtvc4: Use the same method as for FRAG_Z to handle fragco...
2014-09-19 Roland Scheideggerutil: don't try to emit half-float intrinsics if avx...
next