| Commit message (Expand) | Author | Age | Files | Lines |
* | freedreno: use u_math macros/helpers more | Rob Clark | 2013-04-24 | 6 | -25/+20 |
* | freedreno: implement fd_screen_destroy() | Rob Clark | 2013-04-24 | 1 | -6/+26 |
* | freedreno: set SWAP bit based on format | Rob Clark | 2013-04-24 | 1 | -7/+19 |
* | radeon/llvm: Fix segfault with a specifc libelf implementation | Tom Stellard | 2013-04-24 | 1 | -0/+4 |
* | r600g: use CP DMA for buffer clears on evergreen+ | Alex Deucher | 2013-04-24 | 4 | -2/+119 |
* | i965/gen7: fix encoding of (huge) surface size for BRW_SURFACE_BUFFER | Chia-I Wu | 2013-04-24 | 1 | -6/+10 |
* | i965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERN | Chia-I Wu | 2013-04-24 | 1 | -3/+14 |
* | i965: fix SURFACE_STATE dumping | Chia-I Wu | 2013-04-24 | 1 | -4/+4 |
* | i965: Remove strange comments about math functions. | Matt Turner | 2013-04-24 | 1 | -3/+3 |
* | i965: Remove traces of nonexistent TAN math function. | Matt Turner | 2013-04-24 | 2 | -2/+1 |
* | glsl: Teach basic block analysis about break/continue/discard. | Paul Berry | 2013-04-24 | 1 | -1/+1 |
* | glsl: Add virtual function ir_instruction::as_jump() | Paul Berry | 2013-04-24 | 1 | -0/+7 |
* | r600g/llvm: Pass struct r600_bytecode to r600_llvm_compile | Tom Stellard | 2013-04-24 | 3 | -8/+7 |
* | winsys/sw/xlib: Prevent shared memory segment leakage. | José Fonseca | 2013-04-24 | 1 | -0/+6 |
* | draw/gs: preserve leading vertex info for gs | Zack Rusin | 2013-04-23 | 1 | -1/+1 |
* | r200: fix build regression introduced with 9a32203e1618486e87c7baf494134e05f0... | Laurent Carlier | 2013-04-24 | 1 | -1/+0 |
* | radeonsi: cleanup disabling tiling for UVD v3 | Christian König | 2013-04-24 | 1 | -3/+4 |
* | egl/dri2: Fix min/max swap interval of configs | Chad Versace | 2013-04-24 | 1 | -3/+3 |
* | mesa: Add unpack functions for A/I/L/LA [U]INT8/16/32 formats. | Kenneth Graunke | 2013-04-23 | 1 | -0/+327 |
* | mesa: Add unpack functions for R/RG/RGB [U]INT8/16/32 formats. | Kenneth Graunke | 2013-04-23 | 1 | -0/+253 |
* | mesa: Add an unpack function for ARGB2101010_UINT. | Kenneth Graunke | 2013-04-23 | 1 | -0/+15 |
* | mesa: Fix unpack function for ETC2_SRGB8_PUNCHTHROUGH_ALPHA1. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Fix up some final license word wrapping issues by hand. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Restore 78-column wrapping of license text in C++-style comments. | Kenneth Graunke | 2013-04-23 | 41 | -164/+164 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 488 | -1559/+1959 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 541 | -541/+541 |
* | mesa: Change "BRIAN PAUL OR IBM" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 2 | -2/+2 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 380 | -380/+380 |
* | mesa: make _mesa_save_vtxfmt_init() static | Brian Paul | 2013-04-23 | 2 | -5/+3 |
* | mesa: use new _mesa_inside_dlist_begin_end() function | Brian Paul | 2013-04-23 | 3 | -4/+14 |
* | mesa: use new _mesa_inside_begin_end() function | Brian Paul | 2013-04-23 | 4 | -10/+21 |
* | mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XOR | Marek Olšák | 2013-04-24 | 7 | -185/+0 |
* | mesa: don't flush vertices and don't flag _NEW_COLOR in ClearColor, ClearIndex | Marek Olšák | 2013-04-24 | 1 | -37/+12 |
* | mesa: don't flush vertices and don't flag _NEW_COLOR for GL_CLAMP_READ_COLOR | Marek Olšák | 2013-04-24 | 1 | -1/+0 |
* | mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functions | Marek Olšák | 2013-04-24 | 6 | -8/+14 |
* | mesa: don't flush vertices and don't flag _NEW_DEPTH in ClearDepth | Marek Olšák | 2013-04-24 | 1 | -7/+1 |
* | mesa: don't flush and don't flag _NEW_STENCIL in ClearStencil, ActiveStencilFace | Marek Olšák | 2013-04-24 | 1 | -5/+0 |
* | mesa: don't set _NEW_BUFFERS in GenerateMipmap and BlitFramebuffer | Marek Olšák | 2013-04-24 | 1 | -2/+2 |
* | mesa: remove _NEW_PACKUNPACK | Marek Olšák | 2013-04-24 | 6 | -28/+3 |
* | mesa: convert _NEW_RASTERIZER_DISCARD to a driver flag | Marek Olšák | 2013-04-24 | 10 | -18/+22 |
* | mesa,i965: use NewDriverState to communicate TFB state changes with the driver | Marek Olšák | 2013-04-24 | 8 | -22/+42 |
* | mesa: remove redundant _NEW_BUFFERS setting in ReadBuffer | Marek Olšák | 2013-04-24 | 1 | -1/+0 |
* | st/mesa: add a simple path to BufferData if it only discards buffer contents | Marek Olšák | 2013-04-24 | 1 | -0/+14 |
* | st/mesa: depth-stencil-alpha state also depends on _NEW_BUFFERS | Marek Olšák | 2013-04-24 | 1 | -1/+1 |
* | gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel... | José Fonseca | 2013-04-23 | 57 | -111/+185 |
* | r600g: initialize CMASK and HTILE with the GPU using streamout | Marek Olšák | 2013-04-23 | 4 | -7/+80 |
* | gallium/u_blitter: implement buffer clearing | Marek Olšák | 2013-04-23 | 2 | -8/+97 |
* | r600/llvm: Read stacksize from config header | Vincent Lejeune | 2013-04-23 | 4 | -3/+5 |
* | /bin/bash: q : commande introuvable | Vincent Lejeune | 2013-04-23 | 2 | -2/+2 |
* | radeon/llvm: Fix build with LLVM >= r180063 | Tom Stellard | 2013-04-23 | 1 | -0/+1 |