| Commit message (Expand) | Author | Age | Files | Lines |
* | i965/fs: Rename fs_generator::prog to shader_prog | Jordan Justen | 2014-09-05 | 2 | -7/+7 |
* | i965/fs: Add stage variable to fs_generator | Jordan Justen | 2014-09-05 | 2 | -3/+5 |
* | i965: Adjust fast-clear resolve rect for BDW | Kristian Høgsberg | 2014-09-05 | 1 | -4/+10 |
* | i965/fs: Don't look at virtual_grf_sizes for uniforms | Jason Ekstrand | 2014-09-05 | 1 | -2/+1 |
* | meta: Store precompiled msaa shaders for all supported sample counts | Anuj Phogat | 2014-09-05 | 2 | -22/+55 |
* | i965/blorp: Pass image formats seperately from the miptree | Jason Ekstrand | 2014-09-05 | 4 | -19/+43 |
* | i965/fs: Brown bag fix. | Matt Turner | 2014-09-05 | 1 | -1/+1 |
* | i965/vec4: Add ability to reswizzle arbitrary swizzles. | Matt Turner | 2014-09-05 | 1 | -56/+18 |
* | i965/vec4: Reswizzle sources when necessary. | Matt Turner | 2014-09-05 | 2 | -11/+25 |
* | i965/fs: Clean up emitting of untyped atomic and surface reads | Jason Ekstrand | 2014-09-05 | 1 | -6/+4 |
* | i965/fs: Fix basic block tracking in try_rep_send(). | Matt Turner | 2014-09-05 | 1 | -4/+9 |
* | i965/fs: Pass block to insert and remove functions missed earlier. | Matt Turner | 2014-09-05 | 1 | -7/+7 |
* | i965: Mark cfg dumping functions const. | Kenneth Graunke | 2014-09-05 | 2 | -4/+4 |
* | i965: Update if_block/else_block in the dead control flow pass. | Matt Turner | 2014-09-05 | 1 | -0/+7 |
* | i965/fs: Connect cfg properly in predicated break peephole. | Matt Turner | 2014-09-05 | 1 | -4/+9 |
* | st/mesa: use 1.0f as boolean true on drivers without integer support | Marek Olšák | 2014-09-05 | 1 | -2/+3 |
* | mesa: set UniformBooleanTrue = 1.0f by default | Marek Olšák | 2014-09-05 | 2 | -0/+10 |
* | Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404 | Jordan Justen | 2014-09-04 | 34 | -185/+112 |
* | i965/fs: Use prog rather than fp->Base in fs_visitor | Jordan Justen | 2014-09-04 | 2 | -15/+15 |
* | i965/fs: Use stage_prog_data instead of prog_data->base in fs_visitor | Jordan Justen | 2014-09-04 | 1 | -6/+6 |
* | i965/fs: Add init function to fs_visitor | Jordan Justen | 2014-09-04 | 2 | -0/+7 |
* | state_tracker: Fix bug in conditional discards with native ints. | Eric Anholt | 2014-09-04 | 1 | -2/+12 |
* | swrast: s/INLINE/inline/ | Brian Paul | 2014-09-04 | 1 | -1/+1 |
* | osmesa: s/INLINE/inline/ | Brian Paul | 2014-09-04 | 1 | -1/+1 |
* | xlib: s/INLINE/inline/ | Brian Paul | 2014-09-04 | 1 | -3/+3 |
* | meta: s/INLINE/inline/ | Brian Paul | 2014-09-04 | 1 | -1/+1 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2014-09-04 | 3 | -5/+5 |
* | mesa: invalidate draw state in glPopClientAttrib | Marek Olšák | 2014-09-04 | 1 | -0/+4 |
* | Eliminate several cases of multiplication in arguments to calloc | Carl Worth | 2014-09-03 | 7 | -13/+13 |
* | i965: Handle ir_triop_csel in emit_bool_to_cond_code(). | Kenneth Graunke | 2014-09-03 | 2 | -4/+36 |
* | i965: Move curb_read_length/total_scratch to brw_stage_prog_data. | Kenneth Graunke | 2014-09-03 | 16 | -38/+40 |
* | i965/copy_image: Divide the x offsets by block width when using the blitter | Jason Ekstrand | 2014-09-03 | 1 | -10/+21 |
* | i965/copy_image: Use the correct block dimension | Jason Ekstrand | 2014-09-03 | 1 | -6/+6 |
* | meta/copy_image: Use the correct texture level when creating views | Jason Ekstrand | 2014-09-03 | 1 | -1/+1 |
* | i965/copy_image: Use the correct texture level | Jason Ekstrand | 2014-09-03 | 1 | -4/+6 |
* | main: Don't leak temporary texture rows | Jason Ekstrand | 2014-09-02 | 1 | -0/+4 |
* | meta: Make MESA_META_DRAW_BUFFERS restore properly | Kristian Høgsberg | 2014-09-02 | 1 | -34/+4 |
* | Revert "mesa: fix make tarballs" | Emil Velikov | 2014-09-02 | 1 | -2/+1 |
* | mesa/program_cache: calloc the correct size for the cache. | Dave Airlie | 2014-09-02 | 1 | -1/+1 |
* | main/cs: Add gl_context::ComputeProgram | Paul Berry | 2014-09-01 | 1 | -0/+15 |
* | mesa: Convert NewDriverState to 64-bits | Jordan Justen | 2014-09-01 | 6 | -13/+25 |
* | i965: Modify state upload to allow 2 different sets of state atoms. | Paul Berry | 2014-09-01 | 2 | -25/+32 |
* | i965: Modify dirty bit handling to support 2 pipelines. | Paul Berry | 2014-09-01 | 4 | -16/+46 |
* | i965: Create a macro for checking a dirty bit. | Paul Berry | 2014-09-01 | 2 | -1/+7 |
* | i965: Create a macro for setting all dirty bits. | Paul Berry | 2014-09-01 | 4 | -7/+18 |
* | i965: Create a macro for setting a dirty bit. | Paul Berry | 2014-09-01 | 32 | -67/+74 |
* | i965: add missing parens in vec4 visitor | Dave Airlie | 2014-09-02 | 1 | -1/+2 |
* | mesa: force height of 1D textures to be 1 in texture views | Ilia Mirkin | 2014-09-01 | 1 | -0/+3 |
* | i965/fs: Don't segfault when debug-logging a null program | Jason Ekstrand | 2014-09-01 | 1 | -2/+2 |
* | i965/vec4: Don't segfault when debug-logging a null program | Jason Ekstrand | 2014-09-01 | 1 | -2/+2 |