| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | i965/fs: Handle conditional discards. | Kenneth Graunke | 2015-02-24 | 2 | -17/+26 |
* | nir: Introduce nir_intrinsic_discard_if. | Kenneth Graunke | 2015-02-24 | 2 | -2/+10 |
* | glsl: Delete dead discard conditions in constant folding. | Kenneth Graunke | 2015-02-24 | 1 | -0/+24 |
* | glsl: Handle conditional discards in lower_discard_flow(). | Kenneth Graunke | 2015-02-24 | 1 | -1/+8 |
* | glsl: Make ir_rvalue_visitor visit ir_discard::condition. | Kenneth Graunke | 2015-02-24 | 2 | -0/+22 |
* | glsl: Make ir_validate check the type of ir_discard::condition. | Kenneth Graunke | 2015-02-24 | 1 | -0/+15 |
* | Revert "i965/fs: Remove force_writemask_all assertion for execsize < 8." | Matt Turner | 2015-02-24 | 1 | -0/+1 |
* | i965/fs: Emit MOV(1) instructions with force_writemask_all. | Matt Turner | 2015-02-24 | 1 | -0/+1 |
* | i965/fs: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0. | Matt Turner | 2015-02-24 | 2 | -0/+95 |
* | i965/fs/nir: Optimize integer multiply by a 16-bit constant. | Matt Turner | 2015-02-24 | 1 | -1/+23 |
* | i965/fs/nir: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0. | Matt Turner | 2015-02-24 | 2 | -0/+90 |
* | nir/register: Add a parent_instr field | Jason Ekstrand | 2015-02-24 | 3 | -1/+18 |
* | st/mesa: remove unused/broken function st_print_shaders | Marek Olšák | 2015-02-24 | 2 | -49/+0 |
* | st/mesa: remove struct qualifier from st_src_reg parameter | Brian Paul | 2015-02-24 | 1 | -1/+1 |
* | mesa: remove INV_SQRTF() macro | Brian Paul | 2015-02-24 | 10 | -22/+15 |
* | mesa: remove ceilf, floorf macros | Brian Paul | 2015-02-24 | 1 | -2/+0 |
* | mesa: remove expf macro | Brian Paul | 2015-02-24 | 1 | -1/+0 |
* | mesa: remove logf macro | Brian Paul | 2015-02-24 | 2 | -1/+1 |
* | mesa: remove powf macro | Brian Paul | 2015-02-24 | 4 | -2/+3 |
* | mesa: remove unused exp2f, log2f, truncf wrappers | Brian Paul | 2015-02-24 | 1 | -10/+0 |
* | mesa: remove unused acosf, asinf, atan2f, etc. macros | Brian Paul | 2015-02-24 | 1 | -16/+0 |
* | mesa: replace FABSF with fabsf | Brian Paul | 2015-02-24 | 11 | -53/+48 |
* | mesa: replace FLOORF with floorf | Brian Paul | 2015-02-24 | 3 | -13/+11 |
* | mesa: remove unused CEILF macro | Brian Paul | 2015-02-24 | 1 | -3/+0 |
* | mesa: replace LOGF, EXPF with logf, expf | Brian Paul | 2015-02-24 | 5 | -12/+18 |
* | mesa: replace FREXPF, LDEXPF with frexpf, ldexpf | Brian Paul | 2015-02-24 | 4 | -11/+20 |
* | targets/libgl-xlib: add src/ include dir to fix build | Brian Paul | 2015-02-24 | 1 | -0/+1 |
* | swrast: fix a few release build warnings | Brian Paul | 2015-02-24 | 2 | -0/+2 |
* | r600g,radeonsi: fix streamout after pipeline stats have been used | Marek Olšák | 2015-02-24 | 2 | -13/+1 |
* | radeonsi: small cleanup around current_rast_prim | Marek Olšák | 2015-02-24 | 1 | -9/+6 |
* | radeonsi: set current_rast_prim in the right place | Marek Olšák | 2015-02-24 | 1 | -1/+7 |
* | radeonsi: simplify obtaining a shader property in si_emit_clip_regs | Marek Olšák | 2015-02-24 | 1 | -2/+1 |
* | radeonsi: only preload VertexID for the GS copy shader | Marek Olšák | 2015-02-24 | 1 | -4/+6 |
* | radeonsi: dump the shader key when dumping shaders | Marek Olšák | 2015-02-24 | 1 | -0/+38 |
* | r600g,radeonsi: cleanup of hex literals | Marek Olšák | 2015-02-24 | 4 | -32/+32 |
* | radeonsi: set PA_SU_HARDWARE_SCREEN_OFFSET to 0 | Marek Olšák | 2015-02-24 | 1 | -0/+2 |
* | st/mesa: cleanup st_translate_geometry_program | Marek Olšák | 2015-02-24 | 1 | -102/+30 |
* | st/mesa: inline st_free_tokens | Marek Olšák | 2015-02-24 | 3 | -17/+3 |
* | st/mesa: cleanup st_geometry_program structure | Marek Olšák | 2015-02-24 | 3 | -74/+36 |
* | mesa: add a missing GS support check in GetActiveUniformBlockiv | Marek Olšák | 2015-02-24 | 1 | -0/+2 |
* | r600g: Implement GL_ARB_draw_indirect for EG/CM | Glenn Kennard | 2015-02-24 | 12 | -38/+133 |
* | freedreno/a4xx: aniso filtering | Rob Clark | 2015-02-24 | 1 | -4/+6 |
* | freedreno: update generated headers | Rob Clark | 2015-02-24 | 5 | -5/+20 |
* | freedreno/a4xx: add ARB_instanced_arrays support | Rob Clark | 2015-02-24 | 2 | -5/+4 |
* | freedreno/a4xx: handle index_bias (i.e. base_vertex) | Rob Clark | 2015-02-24 | 1 | -1/+1 |
* | freedreno/a4xx: add support for vertexid and instanceid sysvals | Rob Clark | 2015-02-24 | 2 | -11/+24 |
* | freedreno/a4xx: pass number of instances to draw | Rob Clark | 2015-02-24 | 3 | -6/+7 |
* | docs: add news item and link release notes for mesa 10.4.5 | Emil Velikov | 2015-02-24 | 2 | -0/+7 |
* | docs: Add sha256 sums for the 10.4.5 release | Emil Velikov | 2015-02-24 | 1 | -1/+3 |
* | Add release notes for the 10.4.5 release | Emil Velikov | 2015-02-24 | 1 | -0/+112 |