| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Sync brw_format_for_mesa_format() table with new Mesa formats. | Eric Anholt | 2013-05-08 | 1 | -1/+31 |
* | i965: Update the surface formats table from the current specs. | Eric Anholt | 2013-05-08 | 1 | -0/+65 |
* | i965: Add surface format defines from the public specs. | Eric Anholt | 2013-05-08 | 1 | -0/+45 |
* | mesa/program: Don't copy propagate from swizzles. | Fabian Bieler | 2013-05-08 | 1 | -0/+2 |
* | mesa/st: Don't copy propagate from swizzles. | Fabian Bieler | 2013-05-08 | 1 | -0/+2 |
* | i965: Fix hangs on HSW since the gen6 blorp fix. | Eric Anholt | 2013-05-08 | 1 | -2/+101 |
* | i965: Use Y-tiled blits to untile for cached mappings of miptrees. | Eric Anholt | 2013-05-07 | 1 | -1/+2 |
* | i965: Add support for Y-tiled blits on gen6+. | Eric Anholt | 2013-05-07 | 2 | -3/+42 |
* | i965: Count occlusion query samples for CopyPixels using the 2D engine. | Eric Anholt | 2013-05-07 | 1 | -0/+3 |
* | intel: Remove renderbuffer delete setup from texture wrapping. | Eric Anholt | 2013-05-06 | 1 | -1/+0 |
* | mesa: Make Mesa core set up wrapped texture renderbuffer state. | Eric Anholt | 2013-05-06 | 5 | -34/+7 |
* | intel: Simplify renderbuffer-for-texture width setup. | Eric Anholt | 2013-05-06 | 1 | -11/+2 |
* | mesa: Make core Mesa allocate the texture renderbuffer wrapper. | Eric Anholt | 2013-05-06 | 8 | -101/+56 |
* | i965: Use brw_blorp_blit_miptrees() for CopyTexSubImage(). | Eric Anholt | 2013-05-06 | 3 | -77/+41 |
* | i965: Move blorp resolve setup into brw_blorp_blit_miptrees(). | Eric Anholt | 2013-05-06 | 2 | -18/+5 |
* | i965: Lower bitfieldInsert. | Matt Turner | 2013-05-06 | 1 | -0/+4 |
* | i965/vs: Add support for bit instructions. | Matt Turner | 2013-05-06 | 4 | -1/+106 |
* | i965/fs: Add support for bit instructions. | Matt Turner | 2013-05-06 | 5 | -0/+142 |
* | i965: Add support for emitting and disassembling bit instructions. | Matt Turner | 2013-05-06 | 4 | -0/+28 |
* | i965: Print the correct dst and shared-src types for 3-src instructions. | Matt Turner | 2013-05-06 | 1 | -4/+22 |
* | i965/gen7: Set src/dst types for 3-src instructions. | Matt Turner | 2013-05-06 | 1 | -4/+36 |
* | i965: Add 3-src destination and shared-source type macros. | Matt Turner | 2013-05-06 | 1 | -0/+11 |
* | i965: Add Gen7+ fields to brw_instruction and add comments. | Matt Turner | 2013-05-06 | 1 | -12/+19 |
* | glsl: Add a pass to lower bitfield-insert into bfm+bfi. | Matt Turner | 2013-05-06 | 2 | -0/+4 |
* | glsl: Add support for new bit built-ins in ARB_gpu_shader5. | Matt Turner | 2013-05-06 | 2 | -0/+15 |
* | mesa: Add infrastructure for ARB_gpu_shader5. | Matt Turner | 2013-05-06 | 2 | -0/+2 |
* | i965: Remove GL_ARB_color_buffer_float from GL core contexts. | Eric Anholt | 2013-05-06 | 1 | -1/+2 |
* | gallium: fix type of flags in pipe_context::flush() | Chia-I Wu | 2013-05-04 | 3 | -3/+3 |
* | i965: Enable fast clears on non-8x4-aligned sizes. | Eric Anholt | 2013-05-03 | 1 | -13/+0 |
* | vbo: add comments, const qualifiers | Brian Paul | 2013-05-03 | 2 | -9/+24 |
* | mesa: whitespace, formatting fixes, etc in api_arrayelt.c | Brian Paul | 2013-05-03 | 1 | -35/+65 |
* | vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init() | Brian Paul | 2013-05-03 | 1 | -2/+7 |
* | mesa: change ctx->Driver.NeedFlush to GLbitfield and update comment | Brian Paul | 2013-05-03 | 1 | -3/+3 |
* | mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it. | Brian Paul | 2013-05-03 | 2 | -5/+6 |
* | vbo: update comments for vbo_save_NotifyBegin() | Brian Paul | 2013-05-03 | 1 | -2/+10 |
* | vbo: implement primitive merging for glBegin/End sequences | Brian Paul | 2013-05-03 | 2 | -14/+38 |
* | vbo: create a few utility functions for merging primitives | Brian Paul | 2013-05-03 | 2 | -0/+109 |
* | i965/vs: Add instruction scheduling. | Eric Anholt | 2013-05-02 | 3 | -0/+229 |
* | i965: Move most of the FS instruction scheduler code to a general class. | Eric Anholt | 2013-05-02 | 1 | -49/+75 |
* | i965: Pull a couple of FS scheduling functions out to methods. | Eric Anholt | 2013-05-02 | 1 | -55/+77 |
* | i965: Move FS instruction scheduling to a non-FS-specific file. | Eric Anholt | 2013-05-02 | 2 | -1/+1 |
* | i965: Share the register file enum between the two backends. | Eric Anholt | 2013-05-02 | 7 | -34/+24 |
* | i965: Make dump_instructions be a virtual method of the visitor. | Eric Anholt | 2013-05-02 | 6 | -28/+22 |
* | i965/vs: Do round-robin register allocation on gen6+ like we do in the FS. | Eric Anholt | 2013-05-02 | 1 | -0/+4 |
* | i965: Fix SNB GPU hangs when a blorp batch is the first thing to execute. | Eric Anholt | 2013-05-02 | 1 | -0/+35 |
* | mesa: update comments, simplify code in vtxfmt.c | Brian Paul | 2013-05-02 | 1 | -8/+6 |
* | mesa: update GLvertexformat comments | Brian Paul | 2013-05-02 | 1 | -20/+7 |
* | mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2() | Brian Paul | 2013-05-02 | 9 | -176/+110 |
* | mesa: remove GLvertexformat::Rectf() | Brian Paul | 2013-05-02 | 7 | -56/+24 |
* | mesa: simplify dispatch for glDraw* functions | Brian Paul | 2013-05-02 | 8 | -401/+17 |