| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | r200: enable some extensions | Marek Olšák | 2011-04-19 | 1 | -2/+10 |
* | r600g: fix warnings with piglit texture-rg test. | Dave Airlie | 2011-04-19 | 2 | -0/+6 |
* | r600g: make loop const always flush | Dave Airlie | 2011-04-19 | 2 | -2/+2 |
* | r300/compiler: Fix dataflow analysis bug with ELSE blocks | Tom Stellard | 2011-04-18 | 1 | -0/+7 |
* | glsl: fix conversions from uint to bool and from float/bool to uint | Bryan Cain | 2011-04-18 | 1 | -3/+3 |
* | r600g: add dirty tracking to context reg. | Dave Airlie | 2011-04-19 | 1 | -7/+12 |
* | r600g: deinline some large functions. | Dave Airlie | 2011-04-19 | 2 | -76/+83 |
* | r600g: consolidate r600/evergreen code for resource emission. | Dave Airlie | 2011-04-19 | 3 | -41/+8 |
* | r600g: don't flush caches if we already did so, even for a subset of the flags | Bas Nieuwenhuizen | 2011-04-19 | 1 | -2/+2 |
* | r600g: attempt to avoid emitting resources that are the same | Dave Airlie | 2011-04-19 | 1 | -18/+49 |
* | r600g: modify block to only emit the first few dirty registers. (v2) | Dave Airlie | 2011-04-19 | 4 | -12/+39 |
* | r600g: track dirty registers better. (v2) | Dave Airlie | 2011-04-19 | 4 | -121/+171 |
* | glsl: 80-column wrapping and whitespace fixes | Ian Romanick | 2011-04-18 | 1 | -1/+5 |
* | i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style. | Kenneth Graunke | 2011-04-18 | 3 | -46/+37 |
* | i965: Allocate the whole URB to the VS and fix calculations for Gen6. | Kenneth Graunke | 2011-04-18 | 3 | -19/+25 |
* | glsl: Emit a warning when the left-hand operand of a comma has no effect | Ian Romanick | 2011-04-18 | 1 | -1/+35 |
* | mesa: fix void pointer arithmetic warnings | Brian Paul | 2011-04-18 | 1 | -21/+18 |
* | mesa: fix wrong parameter type in set_sampler_max_lod() | Brian Paul | 2011-04-18 | 1 | -1/+1 |
* | nvfx: comment-out unused var | Brian Paul | 2011-04-18 | 1 | -1/+1 |
* | intel: Add I8 and L8 to intel_mesa_format_to_rb_datatype(). | Eric Anholt | 2011-04-18 | 1 | -0/+2 |
* | Revert "intel: Add spans code for the ARB_texture_rg support." | Eric Anholt | 2011-04-18 | 1 | -122/+0 |
* | intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors. | Eric Anholt | 2011-04-18 | 1 | -25/+4 |
* | swrast: Don't try to adjust_colors for <8bpc when handling R16, RG1616. | Eric Anholt | 2011-04-18 | 1 | -3/+3 |
* | mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616. | Eric Anholt | 2011-04-18 | 1 | -0/+310 |
* | mesa: Use _mesa_get_format_bytes to refactor out the RB get_row_* | Eric Anholt | 2011-04-18 | 1 | -60/+10 |
* | mesa: Use _mesa_get_format_bytes to refactor out the RB get_pointer_* | Eric Anholt | 2011-04-18 | 1 | -66/+11 |
* | intel: Use Mesa core's renderbuffer accessors for depth. | Eric Anholt | 2011-04-18 | 2 | -33/+17 |
* | mesa: Add a function to set up the default renderbuffer accessors. | Eric Anholt | 2011-04-18 | 2 | -78/+104 |
* | mesa: Add a gl_renderbuffer.RowStride field like textures have. | Eric Anholt | 2011-04-18 | 3 | -53/+66 |
* | mesa: Repack single-byte fields in gl_renderbuffer. | Eric Anholt | 2011-04-18 | 1 | -4/+4 |
* | mesa: Remove renderbuffer deletion debug field. | Eric Anholt | 2011-04-18 | 2 | -7/+0 |
* | swrast: Don't assert against glReadPixels of GL_RED and GL_RG. | Eric Anholt | 2011-04-18 | 2 | -2/+8 |
* | intel: Use _mesa_base_tex_format for FBO texture attachments. | Eric Anholt | 2011-04-18 | 1 | -1/+1 |
* | r300g: remove non-existing include path from SConscript | Marek Olšák | 2011-04-18 | 1 | -1/+0 |
* | r300g/winsys: rename r300->radeon and do a little cleanup | Marek Olšák | 2011-04-18 | 36 | -593/+586 |
* | r600g: disable ARB_draw_instanced | Marek Olšák | 2011-04-18 | 1 | -1/+3 |
* | r300g: disable ARB_draw_instanced on SWTCL chipsets. | Marek Olšák | 2011-04-18 | 1 | -1/+1 |
* | i965: Quit spamming gen6 DP read/write send instructions with gen5 bits. | Eric Anholt | 2011-04-17 | 1 | -6/+0 |
* | i965/fs: Add gen6 register spilling support. | Eric Anholt | 2011-04-17 | 5 | -31/+58 |
* | mesa: Fix _mesa_unpack_dudv_span_byte assertion. | Eric Anholt | 2011-04-17 | 1 | -1/+2 |
* | glcpp: Fix attempts to expand recursive macros infinitely (bug #32835). | Carl Worth | 2011-04-17 | 1 | -1/+5 |
* | r600g: use some loops. | Dave Airlie | 2011-04-17 | 2 | -29/+24 |
* | r600g: consolidate the same piece of cut-n-paste code into a function. | Dave Airlie | 2011-04-17 | 3 | -42/+21 |
* | gallium: include u_format.h for util_format_is_supported | Marcin Slusarz | 2011-04-17 | 6 | -0/+6 |
* | nvc0: work around what looks like a code prefetch bug | Christoph Bumiller | 2011-04-17 | 1 | -1/+4 |
* | nv50,nvc0: add new texture and render target formats | Christoph Bumiller | 2011-04-17 | 2 | -7/+177 |
* | nv50,nvc0: fix normalized RG16 and RGBA32 texture format entries | Christoph Bumiller | 2011-04-17 | 2 | -6/+6 |
* | nvc0: fix viewport rectangle calculation | Christoph Bumiller | 2011-04-17 | 1 | -5/+7 |
* | prog_optimize: Add simplify CMP optimization pass | Tom Stellard | 2011-04-16 | 1 | -0/+78 |
* | prog_optimize: get_src_arg_mask() respect writemask for more opcodes | Tom Stellard | 2011-04-16 | 1 | -0/+11 |