| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | i965/fs: Conditionalize constant-index UBO load code and add comments. | Eric Anholt | 2012-12-04 | 1 | -28/+33 |
* | i965/fs: Restrict optimization that would fail for gen7's SENDs from GRFs | Eric Anholt | 2012-12-04 | 3 | -8/+28 |
* | i965/fs: Allow source mods on gen7+ math. | Eric Anholt | 2012-12-04 | 1 | -1/+1 |
* | i965/fs: Add instruction emit for varying-index reads of uniforms. | Eric Anholt | 2012-12-04 | 4 | -0/+105 |
* | i965/fs: Rename the existing pull constant load opcode. | Eric Anholt | 2012-12-04 | 6 | -14/+16 |
* | i965: Add a header_present flag for setting up dp read messages. | Eric Anholt | 2012-12-04 | 3 | -1/+7 |
* | i965/gen7: Add some safety checks for send messages from GRFs. | Eric Anholt | 2012-12-04 | 1 | -0/+15 |
* | gallivm: Re-add the kludge for lp_build_lerp of fixed point types. | José Fonseca | 2012-12-04 | 1 | -1/+5 |
* | scons: Link against librt | José Fonseca | 2012-12-04 | 1 | -0/+2 |
* | util/u_debug: Cleanup/fix debug_dump_image. | José Fonseca | 2012-12-04 | 2 | -33/+27 |
* | translate: Fix the fetch function assertions. | José Fonseca | 2012-12-04 | 1 | -1/+3 |
* | util/u_draw: Skip rendering instead of aborting when excessive number of inst... | José Fonseca | 2012-12-04 | 1 | -2/+9 |
* | draw: Properly limit vertex buffer fetches on draw arrays. | José Fonseca | 2012-12-04 | 1 | -1/+1 |
* | draw: Use symbolic primitive names in debug output. | José Fonseca | 2012-12-04 | 1 | -3/+4 |
* | draw: Consider the geometry shader when choosing the vertex size. | José Fonseca | 2012-12-04 | 1 | -3/+6 |
* | tgsi: Allow TXF from buffers. | José Fonseca | 2012-12-04 | 1 | -0/+1 |
* | util/surface: Always use the surface format when clearing. | José Fonseca | 2012-12-04 | 1 | -7/+8 |
* | tgsi: Increase maximum number of temps to 4096. | José Fonseca | 2012-12-04 | 1 | -1/+1 |
* | llvmpipe: Fix alignment. | José Fonseca | 2012-12-04 | 1 | -0/+5 |
* | gallivm: Generalize lp_build_mul and lp_build_lerp for signed normalized types. | José Fonseca | 2012-12-04 | 1 | -92/+82 |
* | automake/gallium: attempt to fix -lrt | Dave Airlie | 2012-12-04 | 3 | -3/+9 |
* | u_cache: fix dereference before NULL check | Dave Airlie | 2012-12-04 | 1 | -4/+4 |
* | intel: Always enable GL_ARB_framebuffer_object | Ian Romanick | 2012-12-03 | 1 | -2/+1 |
* | mesa: Only require Gen'ed name for glBind{Framebuffer,Renderbuffer} on desktop | Ian Romanick | 2012-12-03 | 1 | -2/+6 |
* | mesa: fix uint64 printing in syncobj.c | Brian Paul | 2012-12-03 | 1 | -1/+3 |
* | mesa: Disable GL_NV_primitive_restart extension in core contexts. | Kenneth Graunke | 2012-12-03 | 1 | -1/+1 |
* | i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm. | Kenneth Graunke | 2012-12-03 | 1 | -0/+1 |
* | gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2. | Johannes Obermayr | 2012-12-03 | 1 | -1/+5 |
* | r300g: Give CLIP_DISABLE another try | Stefan Dösinger | 2012-12-04 | 2 | -2/+3 |
* | i965: Include codegen time in the INTEL_DEBUG=perf stall detection. | Eric Anholt | 2012-12-03 | 2 | -12/+18 |
* | i965: Don't leak the IR annotation into later instructions. | Eric Anholt | 2012-12-03 | 2 | -0/+2 |
* | i965/vp: Fix crashes with INTEL_DEBUG=vs. | Eric Anholt | 2012-12-03 | 1 | -0/+1 |
* | i965/vs: Fix uninitialized shader pointer used in debug output. | Eric Anholt | 2012-12-03 | 1 | -0/+2 |
* | android: fix bison warning of conflicting outputs to file | Adrian Marius Negreanu | 2012-12-03 | 1 | -3/+0 |
* | st/mesa: add null pointer check in st_renderbuffer_delete() | Brian Paul | 2012-12-03 | 1 | -4/+4 |
* | st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0 | Brian Paul | 2012-12-03 | 1 | -4/+6 |
* | mesa: remove warning message in _mesa_reference_renderbuffer_() | Brian Paul | 2012-12-03 | 1 | -4/+1 |
* | llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED. | James Benton | 2012-12-03 | 13 | -43/+147 |
* | gallivm: fix srgb format fetch | Roland Scheidegger | 2012-12-03 | 1 | -1/+2 |
* | llvmpipe: Refactor convert_to/from_blend_type to convert in place. | José Fonseca | 2012-12-03 | 1 | -12/+8 |
* | llvmpipe: Improve color buffer loads/stores alignment. | José Fonseca | 2012-12-03 | 1 | -10/+19 |
* | llvmpipe: Recompute the fs shader key when framebuffer varies. | José Fonseca | 2012-12-03 | 1 | -0/+1 |
* | r300g: increment num_z_clears only if we have Hyper-Z | Marek Olšák | 2012-12-02 | 1 | -2/+1 |
* | r300g: add blacklist for apps that shouldn't steal hyperz access | Marek Olšák | 2012-12-02 | 1 | -0/+28 |
* | r300g: enable Hyper-Z by default on r500 | Marek Olšák | 2012-12-02 | 2 | -10/+13 |
* | r300g: clear the ZB cache before clearing ZMASK or HIZ | Marek Olšák | 2012-12-02 | 2 | -2/+8 |
* | Revert "r300g: fix occlusion queries when depth test is disabled or zbuffer i... | Marek Olšák | 2012-12-02 | 2 | -27/+6 |
* | dri: Fix i965 build | Chad Versace | 2012-12-01 | 1 | -7/+5 |
* | st/dri: implement new driver hook flush_with_flags | Marek Olšák | 2012-12-02 | 4 | -56/+89 |
* | st/mesa: make st_flush do what glFlush does | Marek Olšák | 2012-12-02 | 1 | -0/+1 |