gallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306
[mesa.git] / src /
2014-09-24 Tom Stellardgallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306
2014-09-24 Matt Turneri965: Add and use functions to get next/prev blocks.
2014-09-24 Matt Turneri965: Call insert and remove functions from exec_node...
2014-09-24 Matt Turneri965: Make instruction lists local to the bblocks.
2014-09-24 Matt Turneri965/cfg: Add note about double-loop macros and break...
2014-09-24 Matt Turneri965: Replace initialization loops with memset().
2014-09-24 Matt Turneri965/vec4: Don't iterate between blocks with inst-...
2014-09-24 Matt Turneri965/fs: Don't iterate between blocks with inst->next...
2014-09-24 Matt Turneri965/cfg: Add macros to iterate through a block given...
2014-09-24 Matt Turneri965/fs: Make count_to_loop_end() use basic blocks.
2014-09-24 Matt Turneri965/vec4: Don't use instruction list after calculating...
2014-09-24 Matt Turneri965/fs: Don't use instruction list after calculating...
2014-09-24 Matt Turneri965: Remove now unneeded calls to calculate_cfg().
2014-09-24 Matt Turneri965: Remove cfg-invalidating parameter from invalidate...
2014-09-24 Matt Turneri965: Preserve the CFG in instruction scheduling.
2014-09-24 Matt Turneri965/vec4: Preserve CFG in spill_reg().
2014-09-24 Matt Turneri965/vec4: Preserve the CFG in a few more places.
2014-09-24 Matt Turneri965/fs: Preserve the CFG in a few more places.
2014-09-24 Kristian Høgsbergi965: Restructure debug flags
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 Marek Olšákst/mesa: redefine mapping from VARYING_SLOT_TEXi/PNTC...
2014-09-24 Marek Olšákst/mesa: don't set coord_enable for gl_PointCoord if...
2014-09-24 Marek Olšákst/mesa: use UniformBooleanTrue in glsl_to_tgsi
2014-09-24 Marek Olšákst/mesa: drop dependence on API profile in st_init_exte...
2014-09-24 Marek Olšákmesa: allow forcing >=3.1 compatibility contexts with...
2014-09-24 Marek Olšákmesa: don't set ES versions to GLSLVersion in _mesa_ini...
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 Brian Paulutil: fix SCons build
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 Juha-Pekka Heikkilaegl: extra null checks for get_xcb_screen() return...
2014-09-23 Juha-Pekka Heikkilameta: Fix error paths in meta_copy_image.c
2014-09-23 Juha-Pekka Heikkilameta: Avoid null access on setup_glsl_msaa_blit_shader()
2014-09-23 Juha-Pekka Heikkilai965: Add extra null check in intel_bufferobj_alloc()
2014-09-23 Juha-Pekka Heikkilamesa/main: Check allocations success in _mesa_one_time_...
2014-09-23 Juha-Pekka Heikkilaglsl: Check realloc return value in ir_function::matchi...
2014-09-23 Juha-Pekka Heikkilaloader: Check dlsym() did not fail in libudev_get_devic...
2014-09-23 Juha-Pekka Heikkilaglsl: Check calloc return value in link_intrastage_shad...
2014-09-23 Juha-Pekka Heikkilai965: Avoid null access in intelMakeCurrent()
2014-09-23 Juha-Pekka Heikkilamesa: add null checks in symbol_table.c
2014-09-23 Juha-Pekka Heikkilaglsl: add missing null check in tfeedback_decl::init()
2014-09-23 Juha-Pekka Heikkilai965: in set_read_rb_tex_image() check _mesa_meta_bind_...
2014-09-23 Juha-Pekka Heikkilaglsl: Fix memory leak in glsl_lexer.ll
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 Andreas Pokornyi915: Fix black buffers when importing prime fds
2014-09-22 Andreas Pokornyegl/drm: expose KHR_image_pixmap extension
next