mesa.git
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...
2014-08-05 Vinson Leedri/xmlconfig: s/uint/unsigned int/
2014-08-05 Brian Paulmesa include stdint.h in formats.h
2014-08-05 Jason Ekstrandmesa/texstore: Add a generic rgba integer texture uploa...
2014-08-05 Jason Ekstrandmesa/texstore: Add a generic float/normalized rgba...
2014-08-05 Jason Ekstrandmesa/texstore: Use _mesa_swizzle_and_convert when possible
2014-08-05 Jason Ekstrandmain/texstore: Split texture storage into three functions
2014-08-05 Jason Ekstrandmesa/format_utils: Add a function to convert a mesa_for...
2014-08-05 Jason Ekstrandmesa/format_utils: Add a general format conversion...
2014-08-05 Jason Ekstrandmesa/imports: Add a _mesa_half_is_negative helper function
2014-08-05 Jason Ekstrandmesa/formats: Add layout and swizzle information
2014-08-05 Jason Ekstrandmesa/formats: Remove IndexBits
2014-08-05 Jason Ekstrandmesa/formats: Autogenerate the format_info structure...
2014-08-05 Jason Ekstrandmesa/main: Add python code to generate the format_info...
2014-08-05 Jason Ekstrandmesa: Add python to parse the formats CSV file
2014-08-05 Jason Ekstrandmesa: Add a format description CSV file
2014-08-05 Jason Ekstrandutil/tests/hash_table: Link against libmesautil instead...
2014-08-05 Brian Paulst/mesa: adjust Z coordinates for quad clearing
2014-08-05 Brian Paulmesa: make vertex array type error checking a little...
2014-08-05 Michel Dänzerglsl_to_tgsi: Fix typo shader_program -> shader
2014-08-05 Brian Paulmesa: update wglext.h to version 20140630
2014-08-05 Brian Paulmesa: update glxext.h to version 20140725
next