| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Make sure we blit a full compressed block | Ben Widawsky | 2016-02-10 | 1 | -0/+14 |
* | meta/decompress: Don't pollute the renderbuffer namespace | Ian Romanick | 2016-02-10 | 1 | -6/+8 |
* | meta: Use internal functions for renderbuffer access | Ian Romanick | 2016-02-10 | 2 | -14/+8 |
* | meta/decompress: Track renderbuffer using gl_renderbuffer instead of GL API o... | Ian Romanick | 2016-02-10 | 2 | -5/+11 |
* | i965/meta: Don't pollute the renderbuffer namespace | Ian Romanick | 2016-02-10 | 3 | -16/+11 |
* | i965/meta: Use internal functions for renderbuffer access | Ian Romanick | 2016-02-10 | 3 | -11/+8 |
* | i965/meta: Return struct gl_renderbuffer* from brw_get_rb_for_slice instead o... | Ian Romanick | 2016-02-10 | 4 | -24/+30 |
* | meta: Don't save or restore the renderbuffer binding | Ian Romanick | 2016-02-10 | 2 | -7/+1 |
* | meta: Use _mesa_CreateRenderbuffers instead of _mesa_GenRenderbuffers and _me... | Ian Romanick | 2016-02-10 | 1 | -5/+4 |
* | i965/meta: Use _mesa_CreateRenderbuffers instead of _mesa_GenRenderbuffers an... | Ian Romanick | 2016-02-10 | 1 | -4/+3 |
* | mesa: Refactor renderbuffer_storage to make _mesa_renderbuffer_storage | Ian Romanick | 2016-02-10 | 2 | -39/+63 |
* | mesa: Refactor _mesa_framebuffer_renderbuffer | Ian Romanick | 2016-02-10 | 2 | -18/+27 |
* | st/mesa: check ureg_create() retval in create_pbo_upload_vs() | Samuel Pitoiset | 2016-02-10 | 1 | -0/+2 |
* | i965/blorp: Fix hiz ops on MSAA surfaces | Chris Forbes | 2016-02-10 | 1 | -2/+8 |
* | i965/gen8: Remove dead assertion | Topi Pohjolainen | 2016-02-10 | 1 | -6/+0 |
* | i965: Use constant pointer when checking for compression | Topi Pohjolainen | 2016-02-10 | 2 | -2/+2 |
* | mesa: fix trivial comment typo in dlist.c | Brian Paul | 2016-02-09 | 1 | -1/+1 |
* | i965/vec4: Drop support for ATTR as an instruction destination. | Kenneth Graunke | 2016-02-09 | 1 | -16/+0 |
* | i965/vec4/gs: Stop munging the ATTR containing gl_PointSize. | Kenneth Graunke | 2016-02-09 | 2 | -23/+4 |
* | i965: Apply VS attribute workarounds in NIR. | Kenneth Graunke | 2016-02-09 | 8 | -117/+202 |
* | st/mesa: clarify some texture target code in st_cb_drawpix.c | Brian Paul | 2016-02-09 | 1 | -3/+5 |
* | st/mesa: fix bitmap texture target code and simplify tex sampler state | Brian Paul | 2016-02-09 | 2 | -17/+17 |
* | st/mesa: use MAX3() macro, as we do for sampler view code below | Brian Paul | 2016-02-09 | 1 | -1/+2 |
* | st/mesa: move some st_cb_drawpixels.c code, add comments | Brian Paul | 2016-02-09 | 1 | -17/+22 |
* | mesa/readpix: Dedent former _mesa_readpixels() if block | Nanley Chery | 2016-02-09 | 1 | -29/+29 |
* | mesa/readpix: Don't clip in _mesa_readpixels() | Nanley Chery | 2016-02-09 | 1 | -13/+7 |
* | mesa/readpix: Clip ReadPixels() area to the ReadBuffer's | Nanley Chery | 2016-02-09 | 1 | -2/+5 |
* | mesa/image: Make _mesa_clip_readpixels() work with renderbuffers | Nanley Chery | 2016-02-09 | 1 | -5/+17 |
* | i965/vec4: Plumb separate surfaces and samplers through from NIR | Jason Ekstrand | 2016-02-09 | 4 | -9/+23 |
* | i965/vec4: Separate the sampler from the surface in generate_tex | Jason Ekstrand | 2016-02-09 | 1 | -5/+13 |
* | i965/fs: Plumb separate surfaces and samplers through from NIR | Jason Ekstrand | 2016-02-09 | 7 | -22/+46 |
* | i965/fs: Separate the sampler from the surface in generate_tex | Jason Ekstrand | 2016-02-09 | 2 | -6/+15 |
* | i965/fs: Add an enum for keeping track of texture instruciton sources | Jason Ekstrand | 2016-02-09 | 3 | -44/+72 |
* | nir: Separate texture from sampler in nir_tex_instr | Jason Ekstrand | 2016-02-09 | 3 | -0/+7 |
* | nir/tex_instr: Rename sampler to texture | Jason Ekstrand | 2016-02-09 | 3 | -25/+25 |
* | i965: Explicitly write the "TR DS Cache Disable" bit at TCS EOT. | Kenneth Graunke | 2016-02-09 | 3 | -3/+6 |
* | ptn: use const_index helpers | Rob Clark | 2016-02-09 | 1 | -2/+2 |
* | gallium: pass the robust buffer access context flag to drivers | Marek Olšák | 2016-02-09 | 1 | -1/+5 |
* | st/mesa: remove st_is_program_native | Marek Olšák | 2016-02-09 | 1 | -13/+0 |
* | st/mesa: unify destroy_program_variants cases for TCS, TES, GS | Marek Olšák | 2016-02-09 | 1 | -50/+16 |
* | st/mesa: unify get_variant functions for TCS, TES, GS | Marek Olšák | 2016-02-09 | 3 | -176/+31 |
* | st/mesa: unify variants and delete functions for TCS, TES, GS | Marek Olšák | 2016-02-09 | 5 | -214/+108 |
* | mesa: fix incorrect viewport position when GL_CLIP_ORIGIN = GL_LOWER_LEFT | Brian Paul | 2016-02-09 | 1 | -2/+2 |
* | mesa: rewrite save_CallLists() code | Brian Paul | 2016-02-09 | 1 | -26/+35 |
* | mesa: add missing error check in _mesa_CallLists() | Brian Paul | 2016-02-09 | 1 | -0/+8 |
* | mesa: whitespace clean-ups in dlist.h | Brian Paul | 2016-02-09 | 1 | -16/+31 |
* | st/mesa: don't allocate bitmap drawing state until needed | Brian Paul | 2016-02-09 | 3 | -72/+77 |
* | st/mesa: move the setup_bitmap_vertex_data() code into draw_bitmap_quad() | Brian Paul | 2016-02-09 | 1 | -90/+78 |
* | st/mesa: refactor some bitmap drawing code | Brian Paul | 2016-02-09 | 1 | -33/+57 |
* | mesa: remove hack to fix up GL_ANY_SAMPLES_PASSED results | Ilia Mirkin | 2016-02-09 | 1 | -5/+0 |