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
*
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
*
|
intel: Fix ROUND_DOWN_TO macro
Ian Romanick
2011-04-11
1
-3
/
+27
*
|
i965: Move the SF VP from state caching to state streaming.
Eric Anholt
2011-04-11
3
-8
/
+17
*
|
i965: Change the SF unit from state caching to state streaming.
Eric Anholt
2011-04-11
3
-107
/
+45
*
|
i965: Turn SF unit and viewport structs into pointers to prep for streaming.
Eric Anholt
2011-04-11
1
-69
/
+70
|
/
*
mesa: Also update the color draw buffer if it's explicitly set to GL_NONE.
Henri Verbeet
2011-04-10
1
-1
/
+1
*
Make st_pipe_vertex_format return type in st_draw.h match st_draw.c
Alan Coopersmith
2011-04-08
1
-1
/
+1
*
Fix GET_PROGRAM_NAME() on Solaris to not try to modify a read-only string
Alan Coopersmith
2011-04-08
1
-1
/
+19
*
i965/fs: Remove broken optimization for live intervals in loops.
Eric Anholt
2011-04-08
1
-4
/
+2
*
st/mesa: Clamp min_lod to the max miplevel as well.
Henri Verbeet
2011-04-08
1
-1
/
+3
*
st/mesa: Set samplers views' first_level.
Henri Verbeet
2011-04-08
2
-7
/
+6
*
mesa: fix dstRowDiff computation in RGTC texstore functions
Marek Olšák
2011-04-08
1
-4
/
+4
*
mesa: Update _ElementSize in a few more places.
José Fonseca
2011-04-07
3
-0
/
+5
*
mesa/st: Fix user buffer size computation when stride is zero.
José Fonseca
2011-04-07
3
-41
/
+54
*
mesa: Update _ElementSize.
Brian Paul
2011-04-07
5
-0
/
+7
*
mesa/st: Prevent 'end' < 'start' in vbo_exec_DrawRangeElementsBaseVertex()
José Fonseca
2011-04-07
1
-1
/
+6
*
mesa/st: Handle feedback draw when VBO offsets are not sorted in ascending or...
José Fonseca
2011-04-07
1
-2
/
+13
*
i965: clear global offset to zero in m0.2 for VS DP read.
Zou Nan hai
2011-04-07
1
-0
/
+9
*
mesa: Fix allocation size of extension_indices array.
Vinson Lee
2011-04-06
1
-1
/
+1
[next]