clover: Require libelf
[mesa.git] / src /
2014-10-23 Emil Velikovclover: use correct typenames for compat::pair's first...
2014-10-23 Emil Velikovauxiliary/os: get the mmap/munmap wrappers working...
2014-10-23 Mauro Rossigallium/nouveau: fully build the driver under android
2014-10-23 Alon Levymesa/shaderimage.c: fix inconsistent sign warning
2014-10-23 Alon Levywgl: stw_pixelformat_get_info: correct type for index...
2014-10-23 Alon Levyu_math.h: fix 64 to 32 bit truncation warning
2014-10-23 José Fonsecagallivm: Fix build with LLVM 3.3.
2014-10-23 José Fonsecagallivm: Properly update for removal of JITMemoryManage...
2014-10-23 José Fonsecagallivm: Fix white-space.
2014-10-23 José Fonsecagallivm,llvmpipe,clover: Bump required LLVM version...
2014-10-23 Ilia Mirkinmesa: remove conditional render and rgtc from ES3 requi...
2014-10-22 Brian Paulu_blitter: put a comment on util_blitter_cache_all_shad...
2014-10-22 Brian Paulu_blitter: use ctx->bind_fs_state(), not pipe->bind_fs_...
2014-10-22 Brian Paulu_blitter: create basic fs shaders in util_blitter_cach...
2014-10-22 Brian Paulu_blitter: do error checking assertions for shader...
2014-10-22 Anuj Phogatglsl: Use signed array index in update_max_array_access()
2014-10-22 Anuj Phogatglsl: Fix crash due to negative array index
2014-10-22 Marek Olšákradeonsi: implement pipe_rasterizer_state::clip_halfz
2014-10-22 Marek Olšákr600g: implement pipe_rasterizer_state::clip_halfz
2014-10-22 Marek Olšákr300g: implement pipe_rasterizer_state::clip_halfz
2014-10-22 Michel Dänzerr600g: Drop references to destroyed blend state
2014-10-22 Kenneth Graunkei965/vec4: Generate better code for ir_triop_csel.
2014-10-22 Kenneth Graunkei965/vec4: Simplify visit(ir_expression *)'s result_src...
2014-10-22 Kenneth Graunkei965/vec4: Delete some dead code in visit(ir_expression *).
2014-10-22 Kenneth Graunkei965/fs: Generate better code for ir_triop_csel.
2014-10-22 Kenneth Graunkeglsl: Delete unused gl_uniform_driver_format enum values.
2014-10-22 Rob Clarkfreedreno/a3xx: fix depth/stencil restore format
2014-10-22 Rob Clarkfreedreno/a3xx: fix viewport state during clear
2014-10-22 Rob Clarkfreedreno: mark scissor state dirty when enable bit...
2014-10-22 Rob Clarkfreedreno: clear vs scissor
2014-10-21 Vinson Leeclover: Fix build error with LLVM 3.4.
2014-10-21 Marek Olšákr600g,radeonsi: convert TGSI shader type to LLVM shader...
2014-10-21 Marek Olšákradeonsi: add some missing register definitions
2014-10-21 Marek Olšákradeonsi: load ring resource descriptors only once
2014-10-21 Marek Olšákradeonsi: clarify shader constant load functions
2014-10-21 Marek Olšákradeonsi: statically declare resource and sampler arrays
2014-10-21 Marek Olšákradeonsi: remove conversion of DX9 FACE input to GL
2014-10-21 Marek Olšákradeonsi: revert hack for random failures in glsl-max...
2014-10-21 Marek Olšákradeonsi: generate shader pm4 states right after shader...
2014-10-21 Marek Olšákradeonsi: make pm4 state generation for shaders indepen...
2014-10-21 Marek Olšákradeonsi: inline si_pm4_alloc_state
2014-10-21 Marek Olšákr300g: replace r300_get_num_samples with a util variant
2014-10-21 Marek Olšákglsl_to_tgsi: use _mesa_copy_linked_program_data
2014-10-21 Marek Olšákglsl_to_tgsi: fix the value of gl_FrontFacing with...
2014-10-21 Marek Olšákst/mesa: add ST_DEBUG=wf option which enables wireframe...
2014-10-21 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it...
2014-10-21 Eric Anholtvc4: Fix SRC_ALPHA_SATURATE blending.
2014-10-21 Eric Anholtvc4: Fix stencil writemask handling.
2014-10-21 Eric Anholtvc4: Don't look at back stencil state unless two-sided...
2014-10-21 Rob Clarkfreedreno/ir3: add debug flag to disable cp
2014-10-21 Ilia Mirkinfreedreno: positions come out as integers, not half...
2014-10-21 Rob Clarkfreedreno/a3xx: disable early-z when we have kill's
2014-10-21 Rob Clarkfreedreno/ir3: fix potential gpu lockup with kill
2014-10-21 Rob Clarkfreedreno/ir3: comment + better fxn name
2014-10-21 Rob Clarkfreedreno/a3xx: only emit dirty consts
2014-10-21 Rob Clarkfreedreno/a3xx: more layer/level fixes
2014-10-20 Brian Paulmesa: fix 'feeedback' typo in comment
2014-10-20 Brian Paulmesa: fix 'misalgned' typos in error messages
2014-10-20 Brian Paulglsl: fix several use-after-free bugs
2014-10-20 Tapani Pällimesa: validate sampler uniforms during gluniform calls
2014-10-20 EdBclover: Don't return CL_INVALID_VALUE if there is no...
2014-10-20 EdBclover: Add allow_empty_tag.
2014-10-20 EdBclover: Add initial implementation of clCompileProgram...
2014-10-20 EdBclover: Add a simple compat::pair.
2014-10-20 Francisco Jerezclover/util: Allow using key_equals with pair-like...
2014-10-20 Francisco Jerezclover/util: Define equality operators for a couple...
2014-10-20 Francisco Jerezclover/util: Fix construction of compat::vector with...
2014-10-20 Tapani Pälliglsl: implement switch flow control using a loop
2014-10-19 Eric Anholtvc4: Translate 4-byte index buffers to 2 bytes.
2014-10-19 Eric Anholtvc4: Add support for rebasing texture levels so firstle...
2014-10-18 Eric Anholtvc4: Apply a Newton-Raphson step to improve RSQ
2014-10-18 Eric Anholtvc4: Apply a Newton-Raphson step to improve RCP.
2014-10-18 Eric Anholtvc4: Add a little bit more packet parsing to make dump...
2014-10-18 Chris Forbesmeta/msaa-blit: consider weird sample count case unreac...
2014-10-17 Jason Ekstrandi965/fs: Change the type of booleans to UD and emit...
2014-10-17 Kenneth Graunkei965/fs: Don't pass ir_variable * to emit_sampleid_setup().
2014-10-17 Eric Anholtvc4: Make some assertions about how many flushes/EOFs...
2014-10-17 Eric Anholtvc4: Fix accidental dropping of the low bits of the...
2014-10-17 Eric Anholtvc4: Set the primitive list format at the start of...
2014-10-17 Eric Anholtvc4: Replace the FLUSH_ALL with FLUSH.
2014-10-17 Eric Anholtvc4: Add some comments about state management.
2014-10-17 Eric Anholtvc4: Make sure there's exactly 1 tile store per tile...
2014-10-17 Michel Dänzerwinsys/radeon: Use a single buffer cache manager again
2014-10-16 Tom Stellardclover: Add environment variables for dumping kernel...
2014-10-16 Tom Stellardclover: Register an llvm diagnostic handler v3
2014-10-16 Tom Stellardclover: Add support for compiling to native object...
2014-10-16 Tom Stellardgallium: Add PIPE_SHADER_IR_NATIVE to enum pipe_shader_ir
2014-10-16 Tom Stellardclover: Factor kernel argument parsing into its own...
2014-10-16 Marek Olšákst/mesa: use pipe_sampler_view_release for releasing...
2014-10-16 Kenneth Graunkemesa: Drop the "target" parameter from NewBufferObject().
2014-10-16 Andres Gomezglsl: Update and fix typos in README.
2014-10-16 Chris Forbesi965: Flag BRW_ATOMIC_COUNTER_BUFFER when a possible...
2014-10-16 Chris Forbesmesa: Mark buffer objects that are used as atomic count...
2014-10-16 Chris Forbesi965/disasm: Add missing message type for Gen7 DP untyp...
2014-10-16 Chris Forbesi965: Correctly use ABO count to trigger flagging of...
2014-10-16 Chris Forbesi965: No longer reemit textures on BRW_NEW_UNIFORM_BUFFER
2014-10-16 Chris Forbesi965: Dirty state in BO reallocation based on usage...
2014-10-16 Chris Forbesi965: Have mesa flag BRW_NEW_TEXTURE_BUFFER when a...
2014-10-16 Chris Forbesi965: Add new dirty flag for new TexBOs.
2014-10-16 Chris Forbesmesa: Mark buffer objects that are used as TexBOs
next