index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
|
*
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
|
*
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
|
*
r300/compiler: Fix incorrect presubtract conversion
Tom Stellard
2011-04-16
1
-0
/
+24
|
*
mesa: provide more info for glCompressedTexImage() errors
Carl-Philip Haensch
2011-04-16
1
-8
/
+26
|
*
mesa: move error check code in compressedteximage()
Brian Paul
2011-04-16
1
-2
/
+2
|
*
vbo: init prim[] array with memset()
Brian Paul
2011-04-15
1
-6
/
+2
|
*
st/mesa: simplify a bit of the previous patch
Brian Paul
2011-04-15
1
-5
/
+8
|
*
st/mesa: add handling for 'PIPE_FORMAT_B8G8R8X8_UNORM' in st_fast_readpixels
Pierre-Eric Pelloux-Prayer
2011-04-15
1
-10
/
+20
|
*
Revert "r300/compiler: Don't try to convert RGB to Alpha in full instructions"
Marek Olšák
2011-04-15
1
-2
/
+1
|
*
st/mesa: convert Mesa float formats to Gallium
Marek Olšák
2011-04-15
2
-0
/
+249
|
*
mesa: finish up ARB_texture_float
Marek Olšák
2011-04-15
5
-5
/
+46
|
*
mesa: add R/RG floating-point formats
Marek Olšák
2011-04-15
6
-4
/
+208
|
*
mesa: fix L16F and L32F format properties
Marek Olšák
2011-04-15
1
-2
/
+2
|
*
mesa/st: Avoid spurious transfers when creating fbo textures without image data.
José Fonseca
2011-04-14
1
-1
/
+6
|
*
st/mesa: add support for GL_RGBA + GL_UNSIGNED_INT_8_8_8_8 in st_fast_readpixels
pepp
2011-04-14
1
-1
/
+20
|
*
mesa: Expose ATI_draw_buffers.
Eric Anholt
2011-04-13
1
-0
/
+1
|
*
mesa: Add support for OPTION ATI_draw_buffers to ARB_fp.
Eric Anholt
2011-04-13
1
-0
/
+10
|
*
mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers.
Eric Anholt
2011-04-13
2
-0
/
+30
|
*
i965/fs: Constant-fold immediates in src0 of SEL instructions.
Eric Anholt
2011-04-13
4
-0
/
+16
|
*
i965/fs: Constant-fold immediates in src0 of CMP instructions.
Eric Anholt
2011-04-13
3
-0
/
+45
|
*
st/mesa: minor clean-ups in update_textures()
Brian Paul
2011-04-13
1
-4
/
+8
|
*
mesa: 80-column wrapping and whitespace fixes
Brian Paul
2011-04-13
4
-14
/
+17
|
*
mesa: fix some comments in sampler object code
Brian Paul
2011-04-13
1
-4
/
+4
|
*
i965: Change assertion condition from implicit to explicit
Chad Versace
2011-04-12
1
-2
/
+1
|
*
i965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINT
Chad Versace
2011-04-12
1
-0
/
+1
|
*
i965: Document brw_context.state.depth_region
Chad Versace
2011-04-12
2
-1
/
+23
|
*
i965: Remove unnecessary release/reference of brw_context.state.depth_region
Chad Versace
2011-04-12
1
-6
/
+4
|
*
i965: Add comments about URB size units and limits.
Kenneth Graunke
2011-04-12
2
-4
/
+10
|
*
i965: Never enable the GS on Gen6.
Kenneth Graunke
2011-04-12
1
-32
/
+16
|
*
Revert "i965: Reinstate max-index paranoia"
Chris Wilson
2011-04-12
1
-1
/
+1
|
*
nouveau_vieux: fix build since sampler objects merge
Dave Airlie
2011-04-12
3
-12
/
+12
|
*
texstore: fix regression stricter check for memcpy path for unorm88 and unorm...
Hans de Goede
2011-04-12
1
-4
/
+10
|
*
ir_to_mesa: silence signed/unsigned comparison warnings
Brian Paul
2011-04-11
1
-2
/
+2
|
*
r600: silence various compiler warnings
Brian Paul
2011-04-11
7
-10
/
+19
|
*
Merge branch 'arb_sampler_objects'
Brian Paul
2011-04-11
66
-3896
/
+5636
|
|
\
|
|
*
mesa: fixup r600 DRI driver for sampler object changes
Brian Paul
2011-04-11
4
-26
/
+26
|
|
*
mesa: plug in new functions for GL_ARB_sampler_objects
Brian Paul
2011-04-10
7
-0
/
+42
|
|
*
mesa: new code/functions for GL_ARB_sampler_objects
Brian Paul
2011-04-10
2
-0
/
+1409
|
|
*
mesa: alloc/free shared sampler objects
Brian Paul
2011-04-10
1
-0
/
+27
|
|
*
mesa: new driver hooks for GL_ARB_sampler_objects
Brian Paul
2011-04-10
1
-0
/
+8
|
|
*
mesa: add glGet for GL_ARB_sampler_objects
Brian Paul
2011-04-10
1
-0
/
+17
|
|
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
51
-547
/
+620
|
|
*
glapi: regenerated files for GL_ARB_sampler_objects
Brian Paul
2011-04-10
3
-3339
/
+3503
|
*
|
Revert "i965: clear global offset to zero in m0.2 for VS DP read."
Zou Nan hai
2011-04-12
1
-9
/
+0
|
*
|
i965: Remove hint_gs_always and resulting dead code
Ian Romanick
2011-04-11
3
-76
/
+13
[prev]
[next]