| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | scons: Build ws_xlib on Mac OS X. | Vinson Lee | 2012-11-27 | 1 | -1/+1 |
* | configure.ac: Remove -O., -g and -Wall from LLVM_C{PP,XX}FLAGS. | Johannes Obermayr | 2012-11-28 | 1 | -3/+3 |
* | vbo: move another line of code after declarations | Brian Paul | 2012-11-27 | 1 | -1/+1 |
* | vbo: move code after declarations to fix MSVC errors | Brian Paul | 2012-11-27 | 1 | -7/+7 |
* | vbo: minor whitespace fix | Brian Paul | 2012-11-27 | 1 | -1/+1 |
* | mesa: remove '(void) k' lines | Brian Paul | 2012-11-27 | 1 | -4/+0 |
* | mesa/vbo: Check for invalid types in various packed vertex functions. | Kenneth Graunke | 2012-11-27 | 1 | -0/+43 |
* | mesa/vbo: Support the ES 3.0 signed normalized scaling rules. | Kenneth Graunke | 2012-11-27 | 1 | -2/+38 |
* | mesa/vbo: Plumb ctx through to the conv_i(10|2)_to_norm_float functions. | Kenneth Graunke | 2012-11-27 | 1 | -59/+59 |
* | mesa: Set transform feedback's default buffer mode to INTERLEAVED_ATTRIBS | Matt Turner | 2012-11-27 | 1 | -0/+2 |
* | mesa: Return 0 for XFB_VARYING_MAX_LENGTH if no varyings | Matt Turner | 2012-11-27 | 1 | -21/+15 |
* | gallium/tests/trivial: updates for transfer functions changes | Andreas Boll | 2012-11-27 | 1 | -10/+4 |
* | gallium/tests/trivial: updates for CSO interface changes | Andreas Boll | 2012-11-27 | 1 | -2/+2 |
* | gallium/tests/trivial: updates for util_draw_vertex_buffer changes | Andreas Boll | 2012-11-27 | 2 | -2/+2 |
* | util: Modified u_rect to default to memcpy. | James Benton | 2012-11-27 | 1 | -8/+1 |
* | util/format: Fix bug in float to non-float conversion in u_format_pack.py. | James Benton | 2012-11-27 | 1 | -1/+1 |
* | gallivm: Fix bug in lp_build_one which would incorrectly return a vector for ... | James Benton | 2012-11-27 | 1 | -1/+1 |
* | glsl: Support unsigned integer constants in layout qualifiers. | Kenneth Graunke | 2012-11-26 | 1 | -1/+6 |
* | i965/fs: Move struct brw_compile (p) entirely inside fs_generator. | Kenneth Graunke | 2012-11-26 | 6 | -6/+4 |
* | i965/fs: Split final assembly code generation out of fs_visitor. | Kenneth Graunke | 2012-11-26 | 3 | -78/+156 |
* | i965/fs: Abort on unsupported opcodes rather than failing. | Kenneth Graunke | 2012-11-26 | 1 | -1/+1 |
* | i965: Make it possible to create a cfg_t without a backend_visitor. | Kenneth Graunke | 2012-11-26 | 2 | -3/+18 |
* | i965/fs: Move uses of brw_compile from do_wm_prog to brw_wm_fs_emit. | Kenneth Graunke | 2012-11-26 | 3 | -14/+20 |
* | i965/fs: Pass the brw_context pointer into fs_visitor explicitly. | Kenneth Graunke | 2012-11-26 | 3 | -5/+7 |
* | i965/fs: Move brw_wm_compile::fp to fs_visitor. | Kenneth Graunke | 2012-11-26 | 8 | -17/+19 |
* | i965/fs: Remove struct brw_shader * parameter to fs_visitor constructor. | Kenneth Graunke | 2012-11-26 | 3 | -5/+8 |
* | i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor. | Kenneth Graunke | 2012-11-26 | 9 | -66/+64 |
* | i965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_payload_gen4(). | Kenneth Graunke | 2012-11-26 | 5 | -85/+82 |
* | i965/fs: Move brw_wm_payload_setup() to fs_visitor::setup_payload_gen6() | Kenneth Graunke | 2012-11-26 | 4 | -68/+63 |
* | i965/fs: Remove brw_wm_compile::computes_depth field. | Kenneth Graunke | 2012-11-26 | 4 | -6/+1 |
* | gallivm: use the new mip per quad handling in texture fetch path | Roland Scheidegger | 2012-11-27 | 3 | -193/+212 |
* | gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsets | Roland Scheidegger | 2012-11-27 | 13 | -71/+618 |
* | i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+. | Chris Forbes | 2012-11-26 | 2 | -1/+2 |
* | i965: emit w/a for packed attribute formats in VS | Chris Forbes | 2012-11-26 | 3 | -13/+126 |
* | i965: set attribute w/a bits for packed formats | Chris Forbes | 2012-11-26 | 1 | -4/+26 |
* | i965: Generalize GL_FIXED VS w/a support | Chris Forbes | 2012-11-26 | 3 | -14/+26 |
* | i965: support 2_10_10_10 formats in get_surface_type. | Chris Forbes | 2012-11-26 | 1 | -1/+19 |
* | i965: implement get_size for 2_10_10_10 formats | Chris Forbes | 2012-11-26 | 1 | -0/+5 |
* | i965/vs: add support for emitting SHL, SHR, ASR | Chris Forbes | 2012-11-26 | 2 | -4/+10 |
* | mesa: Use correct glGetTransformFeedbackVarying name in error msg | Matt Turner | 2012-11-26 | 1 | -2/+2 |
* | build: use git ls-files for adding all Makefile.in into the release tarball | Andreas Boll | 2012-11-26 | 1 | -51/+1 |
* | i965: Fix hangs with FP KIL instructions pre-gen6. | Eric Anholt | 2012-11-25 | 1 | -0/+2 |
* | i965/gen4: Fix memory leak each time compile_gs_prog() is called. | Eric Anholt | 2012-11-25 | 1 | -1/+1 |
* | i965/gen4: Fix LOD bias texturing since my fixed reg classes change. | Eric Anholt | 2012-11-25 | 1 | -10/+18 |
* | r600g: fix broken streamout if streamout_begin caused a context flush | Marek Olšák | 2012-11-23 | 1 | -2/+6 |
* | r600g: fix ARB_map_buffer_alignment with unaligned offsets and staging buffers | Marek Olšák | 2012-11-22 | 3 | -3/+8 |
* | scons: Append x11 library path if linking x11 library. | Vinson Lee | 2012-11-21 | 3 | -0/+3 |
* | mesa/vbo: Fix scaling issue in 2-bit signed normalized packing. | Kenneth Graunke | 2012-11-21 | 1 | -1/+1 |
* | mesa/vbo: Fix scaling issue in 10-bit signed normalized packing. | Kenneth Graunke | 2012-11-21 | 1 | -1/+1 |
* | radeonsi: add a new SI pci id | Alex Deucher | 2012-11-21 | 1 | -0/+1 |