mesa.git
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
2014-08-08 Kenneth Graunkei965: Emit a performance warning on conditional rendering.
2014-08-08 Kenneth Graunkei965: Set ExecSize to 16 for loop instructions in SIMD1...
2014-08-08 Kenneth Graunkei965/eu: Merge brw_CONT and gen6_CONT.
2014-08-08 Kenneth Graunkei965/eu: Drop redundant brw_set_src0/brw_set_dest from...
2014-08-08 Juha-Pekka... util: add src/util/format_srgb.c to .gitignore
2014-08-07 Ian Romanickmesa: Fold _mesa_uniform_merge_location_offset into...
2014-08-07 Ian Romanickmesa: Fold _mesa_uniform_split_location_offset into...
2014-08-07 Ian Romanickglsl_to_tgsi: Delete unused function set_uniform_initia...
2014-08-07 Ian Romanickmesa: Use MAX2 to calculate maximum uniform element
2014-08-07 Ian Romanickmesa: Have validate_uniform_parameters return the gl_un...
2014-08-07 Carl Worthglsl/glcpp: Rename one test to avoid a duplicate test...
2014-08-07 Carl Worthglsl/glcpp: Fix handling of commas that result from...
2014-08-07 Carl Worthglsl/glcpp: Integrate recent glcpp-test-cr-lf test...
2014-08-07 Carl Worthglsl/glcpp: Fix glcpp-test to correctly extract test...
2014-08-07 Carl Worthglsl/glcpp: Fix line-continuation code to handle multip...
2014-08-07 Carl Worthglsl/glcpp: Don't include any newline characters in...
2014-08-07 Carl Worthglsl/glcpp: Treat CR+LF pair as a single newline
2014-08-07 Carl Worthglsl/glcpp: Add test script for testing various line...
2014-08-07 Carl Worthglsl/glcpp: Fix for macros that expand to include ...
2014-08-07 Carl Worthglsl/glcpp: Swallow empty #pragma directives.
2014-08-07 Carl Worthglsl/glcpp: Fix #pragma to not over-increment the line...
2014-08-07 Carl Worthglsl/glcpp: Add testing for null directives with spaces...
2014-08-07 Carl Worthglsl/glcpp: Fix NULL directives when followed by a...
2014-08-07 Carl Worthglsl/glcpp: Add tests for #define followed by comments
2014-08-07 Carl Worthglsl/glcpp: Allow single-line comments immediately...
2014-08-07 Carl Worthglsl/glcpp: Add test for "#define without macro name"
2014-08-07 Carl Worthglsl/glcpp: Add explicit error for "#define without...
2014-08-07 Matt Turnerdocs: List GL+GLSL versions as parts of a whole.
2014-08-07 Matt Turneri965/vec4: Remove unused emit_bool_comparison method.
2014-08-07 Matt Turnermesa: Drop USE_IEEE define.
2014-08-07 Ian Romanickmesa: Group gl_system_value values by the stage where...
2014-08-07 Ian Romanickglsl_to_tgsi: Assert that the _mesa_sysval_to_semantic...
2014-08-07 Ian Romanickmesa/st: Only one copy of mesa_sysval_to_semantic
2014-08-07 Ian Romanickglsl_to_tgsi: Constify mesa_sysval_to_semantic
2014-08-07 Kenneth Graunkei965/clip: Fix brw_clip_unfilled.c/compute_offset's...
2014-08-07 Tapani Pälliglsl: support unsigned increment in ir_loop controls
2014-08-06 Jason Ekstrandmesa/formats: Fix the size of ETC2_SRGB8_PUNCHTHROUGH_A...
2014-08-06 Jason Ekstrandmesa/formats: Use the correct swizzle parameter for...
2014-08-06 Roland Scheideggerdraw: fix clipvertex trouble if position comes from gs
2014-08-06 Roland Scheideggerdraw: don't run pipeline stages when gs has no position...
next