mesa.git
2014-08-11 Brian Paulmesa: whitespace, 80-column wrapping in program.c
2014-08-11 Brian Paulmesa: simplify/rename _mesa_init_program_struct()
2014-08-11 Brian Paulst/mesa: use PRId64 for printing 64-bit ints
2014-08-11 Brian Paulmesa: use PRId64 for printing 64-bit ints
2014-08-11 Brian Paulmesa: define and use ALL_TYPE_BITS in varray.c code
2014-08-11 Brian Paulmesa: add comment that GL_CLIP_DISTANCE0 == GL_CLIP_PLA...
2014-08-11 Maarten Lankhorstconfigure.ac: Do not require llvm on x32
2014-08-11 Neil Robertsi965: Don't check for format differences when using...
2014-08-11 Kenneth Graunkei965/eu: Allow math on immediates on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Update jump distance scaling for Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Refactor jump distance scaling to use a helper...
2014-08-11 Kenneth Graunkei965/eu: Set UIP on ELSE instructions on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Make it clear that brw_patch_break_count only...
2014-08-11 Kenneth Graunkei965/eu: Make it clear that brw_find_loop_end only...
2014-08-11 Kenneth Graunkei965/eu: Port Broadwell CMP destination type hack to...
2014-08-11 Kenneth Graunkei965/eu: Explicitly disable instruction compaction...
2014-08-11 Kenneth Graunkei965/eu: Use Haswell atomic messages on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Change gen == 7 to gen >= 7 in a couple brw_eu...
2014-08-11 Ben Widawskyi965/clip: Removing scissor atom
2014-08-11 Ben Widawskyi965/guardband: Enable for all viewport dimensions...
2014-08-11 Ben Widawskyi965: Simplify viewport extents programming on GEN8
2014-08-11 Ben Widawskyi965/guardband: Improve comments for guardband clipping
2014-08-10 Kenneth Graunkei965: Support the allow_glsl_extension_directive_midsha...
2014-08-10 Connor Abbotti965/fs: set virtual_grf_count in assign_regs()
2014-08-10 Connor Abbotti965/fs: don't read from uninitialized memory while...
2014-08-10 Matt Turneri965/fs: Fix bad whitespace.
2014-08-10 Niels Ole Salscheidergallium/radeon: Set gpu_address to 0 if r600_virtual_ad...
2014-08-10 Marek Olšákradeonsi: simplify constant buffer upload for big endian
2014-08-09 Marek Olšákwinsys/radeon: fix compile warnings
2014-08-09 Marek Olšákr600g/compute: fix compile warnings
2014-08-09 Marek Olšákr300g: handle new shader caps
2014-08-09 Marek Olšákradeonsi: fix CMASK and HTILE allocation on Tahiti
2014-08-09 Marek Olšákgallium/radeon: remove r600_resource_va
2014-08-09 Marek Olšákgallium/radeon: use gpu_address from r600_resource
2014-08-09 Marek Olšákr600g: use gpu_address from r600_resource
2014-08-09 Marek Olšákradeonsi: use gpu_address from r600_resource
2014-08-09 Marek Olšákgallium/radeon: store VM address in r600_resource
2014-08-09 Marek Olšákr600g: remove useless r600_resource_va calls
2014-08-09 Marek Olšákradeonsi: always prefer SWITCH_ON_EOP(0) on CIK
2014-08-09 Marek Olšákradeonsi: fix a hang with instancing in Unigine Heaven...
2014-08-09 Marek Olšákradeon,r200: fix buffer validation after CS flush
2014-08-09 Marek Olšákst/mesa: fix blit-based partial TexSubImage for 1D...
2014-08-09 Marek Olšákst/mesa: fix DrawPixels(GL_STENCIL_INDEX)
2014-08-09 Marek Olšákst/mesa: dump TGSI before calling into the driver
2014-08-09 Jon TURNEYconfigure.ac: Use LIBS rather than LDFLAGS to add ...
2014-08-09 Eric Anholtvc4: Add support for the COS instruction.
2014-08-09 Eric Anholtvc4: Add support for the SIN instruction.
2014-08-09 Eric Anholtvc4: Fix register aliasing for packing of scaled coordi...
2014-08-09 Eric Anholtvc4: Add some debug code for forcing fragment shader...
2014-08-09 Eric Anholtu_primconvert: Copy min/max_index from the original...
2014-08-09 Eric Anholtvc4: Fix using and emitting the 1/W from the vertex...
2014-08-09 Eric Anholtvc4: Add support for swizzles of 32 bit float vertex...
2014-08-09 Eric Anholtvc4: Add support for the TGSI FRC opcode.
2014-08-09 Eric Anholtvc4: Add support for the TGSI TRUNC opcode.
2014-08-09 Eric Anholtvc4: Crank up the tile allocation BO size
2014-08-09 Eric Anholtvc4: Add support for multiple attributes
2014-08-09 Eric Anholtvc4: Add more useful debug for the undefined-source...
2014-08-09 Eric Anholtvc4: Add support for the lit opcode.
2014-08-09 Eric Anholtvc4: Add support for the POW opcode
2014-08-09 Eric Anholtvc4: Refactor uniform handling.
2014-08-09 Eric Anholtvc4: Add support for the LRP opcode.
2014-08-09 Eric Anholtvc4: Add copy propagation between temps.
2014-08-09 Eric Anholtvc4: Add dead code elimination.
2014-08-09 Eric Anholtvc4: Add an initial pass of algebraic optimization.
2014-08-09 Eric Anholtvc4: Add support for CMP.
2014-08-09 Eric Anholtvc4: Make scheduling of NOPs a separate step from QIR...
2014-08-09 Eric Anholtvc4: Add WIP support for varyings.
2014-08-09 Eric Anholtvc4: Use r3 instead of r5 for temps, since r5 only...
2014-08-09 Eric Anholtvc4: Fix emit of ABS
2014-08-09 Eric Anholtvc4: Add shader variant caching to handle FS output...
2014-08-09 Eric Anholtvc4: Load the tile buffer before incrementally drawing.
2014-08-09 Eric Anholtvc4: Don't reallocate the tile alloc/state bos every...
2014-08-09 Eric Anholtvc4: Add VC4_DEBUG env option
2014-08-09 Eric Anholtvc4: Add support for SNE/SEQ/SGE/SLT.
2014-08-09 Eric Anholtvc4: Use the user's actual first vertex attribute.
2014-08-09 Eric Anholtvc4: Fix UBO allocation when no uniforms are used.
2014-08-09 Eric Anholtvc4: Add initial support for math opcodes
2014-08-09 Eric Anholtvc4: Switch to actually generating vertex and fragment...
2014-08-09 Eric Anholtvc4: Start converting the driver to use vertex shaders.
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.
2014-08-09 Roland Scheideggerdraw: (trivial) use information about gs being present...
2014-08-09 Roland Scheideggerdraw: don't use clipvertex output if user plane clippin...
2014-08-09 Chris Forbesi965: Get rid of backend_instruction::sampler
2014-08-09 Chris Forbesi965/vec4/Gen8: Use src1 for sampler_index instead...
2014-08-09 Chris Forbesi965/vec4/Gen4-7: Use src1 for sampler_index instead...
2014-08-09 Chris Forbesi965/vec4: Pass sampler index in src1 for texture ops
2014-08-09 Chris Forbesi965/vec4: Collect all emits of texture ops into one...
2014-08-09 Chris Forbesi965/fs/Gen8: Pass sampler_index to generate_tex
2014-08-09 Chris Forbesi965/fs/Gen4-7: Pass sampler_index to generate_tex
2014-08-09 Chris Forbesi965/blorp: Put sampler index in src1 of texture ops
2014-08-09 Chris Forbesi965/fs: pass sampler as src1 of texture op
2014-08-09 Chris Forbesi965/fs: Collect all emits of texture ops for Gen5...
2014-08-09 Chris Forbesi965/fs: Collect all emits of texture ops for Gen4...
2014-08-08 Pali Rohárconfigure: check for dladdr via AC_CHECK_FUNC/AC_CHECK_LIB
2014-08-08 Emil Velikovutil: remove ralloc_test
2014-08-08 Darius Goadgallivm: Handle MSAA textures in emit_fetch_texels
2014-08-08 Roland Scheideggerdraw: hack around weird primitive id input in gs
2014-08-08 Roland Scheideggerdraw: fix prim id float cast for non-llvm path
2014-08-08 Bruno Jiménezclover: Add support for CL_MAP_WRITE_INVALIDATE_REGION
2014-08-08 Chia-I Wuilo: break down the format table
next