| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | swrast: init i0, i1 values to silence warnings | Brian Paul | 2013-08-26 | 1 | -0/+1 |
* | mesa: init dst values in COPY_CLEAN_4V_TYPE_AS_FLOAT() | Brian Paul | 2013-08-26 | 1 | -1/+2 |
* | glsl: init limit=0 to silence uninitialized var warning | Brian Paul | 2013-08-26 | 1 | -1/+1 |
* | i965/vs: Allocate register set once at context creation. | Kenneth Graunke | 2013-08-26 | 3 | -4/+6 |
* | i965/vs: Move base_reg_count computation to brw_alloc_reg_set(). | Kenneth Graunke | 2013-08-26 | 1 | -3/+4 |
* | i965/vs: Expose the payload registers to the register allocator. | Kenneth Graunke | 2013-08-26 | 2 | -6/+36 |
* | i965/vs: Use a fixed set of register classes. | Kenneth Graunke | 2013-08-26 | 1 | -37/+13 |
* | i965: Allow C++ type safety in the use of enum brw_urb_write_flags. | Paul Berry | 2013-08-26 | 7 | -11/+30 |
* | i965: Remove redundant (and uninitialized) field vec4_generator::ctx. | Paul Berry | 2013-08-26 | 2 | -3/+2 |
* | i965: Don't try to fall back when creating unrecognized program targets. | Paul Berry | 2013-08-26 | 1 | -1/+2 |
* | radeonsi: Also set the depth component mask bit for stencil-only exports | Michel Dänzer | 2013-08-26 | 1 | -1/+4 |
* | glsl: Add built-in function prototypes for GLSL 3.30 | Kenneth Graunke | 2013-08-25 | 2 | -0/+1169 |
* | glsl: Bump standalone compiler versions to 3.30. | Kenneth Graunke | 2013-08-25 | 2 | -3/+3 |
* | mesa: Set query->EverBound in glQueryCounter(). | Kenneth Graunke | 2013-08-25 | 1 | -0/+1 |
* | r600g: Implement the new float comparison instructions for Cayman as well. | Henri Verbeet | 2013-08-25 | 1 | -4/+4 |
* | nv30: add forgotten PIPE_CAP_CUBE_MAP_ARRAY cap to list | Ilia Mirkin | 2013-08-25 | 1 | -0/+1 |
* | nouveau/video: avoid overwriting base codec init with template | Ilia Mirkin | 2013-08-25 | 2 | -2/+2 |
* | freedreno/a3xx: don't leak so much | Rob Clark | 2013-08-24 | 1 | -0/+11 |
* | freedreno/a3xx/compiler: fix SGT/SLT/etc | Rob Clark | 2013-08-24 | 1 | -29/+125 |
* | freedreno/a3xx/compiler: bit of re-arrange/cleanup | Rob Clark | 2013-08-24 | 1 | -61/+71 |
* | freedreno/a3xx/compiler: make compiler errors more useful | Rob Clark | 2013-08-24 | 2 | -17/+33 |
* | freedreno: fix segfault when no color buffer bound | Rob Clark | 2013-08-24 | 7 | -18/+40 |
* | freedreno/a3xx/compiler: cat4 cannot use const reg as src | Rob Clark | 2013-08-24 | 1 | -10/+27 |
* | freedreno/a3xx/compiler: use max_reg rather than file_count | Rob Clark | 2013-08-24 | 1 | -7/+7 |
* | freedreno/a3xx/compiler: handle saturate on dst | Rob Clark | 2013-08-24 | 1 | -0/+49 |
* | freedreno/a3xx/compiler: fix CMP | Rob Clark | 2013-08-24 | 1 | -2/+2 |
* | freedreno/a3xx: some texture fixes | Rob Clark | 2013-08-24 | 1 | -1/+24 |
* | freedreno: update register headers | Rob Clark | 2013-08-24 | 8 | -111/+758 |
* | freedreno: add debug option to disable scissor optimization | Rob Clark | 2013-08-24 | 3 | -14/+22 |
* | freedreno/a3xx: fix viewport on gmem->mem resolve | Rob Clark | 2013-08-24 | 1 | -0/+8 |
* | freedreno/a3xx: fix color inversion on mem->gmem restore | Rob Clark | 2013-08-24 | 1 | -3/+3 |
* | radeonsi: Handle additional PIPE_COMPUTE_CAP_* | Niels Ole Salscheider | 2013-08-23 | 1 | -1/+14 |
* | radeonsi: copy r600_get_timestamp | Niels Ole Salscheider | 2013-08-23 | 1 | -0/+9 |
* | radeonsi: Implement PIPE_QUERY_TIMESTAMP | Niels Ole Salscheider | 2013-08-23 | 4 | -2/+46 |
* | gallivm: fix min/mag switchover point for nearest/none mip filter | Roland Scheidegger | 2013-08-23 | 5 | -66/+81 |
* | gallium/osmesa: Link, not copy, the shared library to the LIB_DIR. | Jon Severinsson | 2013-08-23 | 1 | -1/+1 |
* | gallium/osmesa: Always link with the c++ linker. | Jon Severinsson | 2013-08-23 | 1 | -9/+2 |
* | gallium/osmesa: Make and install an osmesa.pc. | Jon Severinsson | 2013-08-23 | 2 | -3/+14 |
* | i965/gs: Add a data structure for tracking VS output VUE map. | Paul Berry | 2013-08-23 | 2 | -1/+16 |
* | i965/vec4: Make a function for setting up vec4 program key clip info. | Paul Berry | 2013-08-23 | 2 | -6/+24 |
* | i965: Make prim_to_hw_prim accessible outside brw_draw.c. | Paul Berry | 2013-08-23 | 2 | -1/+3 |
* | i965/gs: add GS visitors. | Paul Berry | 2013-08-23 | 3 | -0/+351 |
* | i965/gs: Add GS_OPCODE_SET_DWORD_2_IMMED. | Paul Berry | 2013-08-23 | 4 | -0/+28 |
* | i965/gs: Add GS_OPCODE_SET_VERTEX_COUNT. | Paul Berry | 2013-08-23 | 4 | -0/+45 |
* | i965/gs: Add GS_OPCODE_SET_WRITE_OFFSET. | Paul Berry | 2013-08-23 | 4 | -0/+57 |
* | i965/gs: Add GS_OPCODE_THREAD_END. | Paul Berry | 2013-08-23 | 5 | -0/+32 |
* | i965/gs: Add GS_OPCODE_URB_WRITE. | Paul Berry | 2013-08-23 | 5 | -4/+38 |
* | i965/gs: Add a flag allowing URB write messages to use a per-slot offset. | Paul Berry | 2013-08-23 | 2 | -2/+8 |
* | i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield. | Paul Berry | 2013-08-23 | 12 | -71/+76 |
* | i965/gs: Add a case to brwNewProgram() for geometry shaders. | Paul Berry | 2013-08-23 | 1 | -0/+11 |