index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add void *user_buffer in pipe_vertex_buffer
Marek Olšák
2012-04-30
4
-160
/
+31
*
st/mesa: make user constant buffers optional
Marek Olšák
2012-04-30
3
-7
/
+25
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-7
/
+9
*
st/mesa: make user index buffers optional
Marek Olšák
2012-04-30
3
-1
/
+16
*
st/mesa: only set index buffer when drawing is indexed
Marek Olšák
2012-04-30
1
-25
/
+21
*
mesa: require GL_MAX_SAMPLES >= 4 for GL 3.0
Dylan Noblesmith
2012-04-29
1
-0
/
+1
*
autoconf: pass -Wall to automake
Dylan Noblesmith
2012-04-29
2
-6
/
+6
*
i965/fs: Fix FB writes that tried to use the non-existent m16 register.
Kenneth Graunke
2012-04-27
1
-1
/
+4
*
mesa/st: Fix derreference after free.
José Fonseca
2012-04-25
1
-2
/
+6
*
i965/vs: Fix texelFetchOffset()
Eric Anholt
2012-04-24
1
-3
/
+23
*
i965/fs: Fix texelFetchOffset()
Eric Anholt
2012-04-24
1
-6
/
+21
*
u_vbuf: take advantage of all new vertex fetch caps
Marek Olšák
2012-04-24
1
-1
/
+3
*
st/mesa: always expose ARB_ES2_compatibility
Marek Olšák
2012-04-24
1
-3
/
+1
*
st/mesa: always expose ARB_half_float_vertex
Marek Olšák
2012-04-24
1
-3
/
+1
*
gallium: make user vertex buffers optional
Marek Olšák
2012-04-24
2
-0
/
+29
*
st/mesa: use cso_set_index_buffer and cso_draw_vbo
Marek Olšák
2012-04-24
1
-7
/
+9
*
vbo: call UpdateState directly when notifying a driver about _NEW_ARRAY
Marek Olšák
2012-04-23
4
-14
/
+5
*
vbo: do FLUSH_CURRENT before validating and updating state
Marek Olšák
2012-04-23
1
-10
/
+16
*
st/mesa: no-op glCopyPixels if source region is out of bounds
Brian Paul
2012-04-23
1
-1
/
+9
*
mesa: move gl_array_attrib::NewState to gl_array_object::NewArrays
Brian Paul
2012-04-20
6
-18
/
+10
*
i965: Convert live interval computation to using live variable analysis.
Eric Anholt
2012-04-19
1
-39
/
+26
*
i965: Move the old live interval analysis code next to the new live vars code.
Eric Anholt
2012-04-19
2
-122
/
+122
*
i965: Add support for live variable analysis using dataflow analysis.
Eric Anholt
2012-04-19
3
-0
/
+245
*
i965: Add basic block generator.
Eric Anholt
2012-04-19
5
-0
/
+392
*
i965/fs: Suppress printing the whole loop in BRW_OPCODE_DO annotation.
Eric Anholt
2012-04-19
1
-0
/
+2
*
Revert "mesa: only update _MaxElement when we actually need it"
Marek Olšák
2012-04-19
1
-3
/
+1
*
mesa: move unrefs of array objects earlier in _mesa_free_context_data()
Brian Paul
2012-04-19
1
-3
/
+3
*
vbo: remove vbo_context::mat_currval
Marek Olšák
2012-04-19
5
-12
/
+8
*
vbo: remove vbo_context::generic_currval
Marek Olšák
2012-04-19
7
-12
/
+16
*
vbo: remove vbo_context::legacy_currval
Marek Olšák
2012-04-19
7
-16
/
+14
*
vbo: remove unused variables in vbo_context
Marek Olšák
2012-04-19
1
-4
/
+0
*
vbo: don't check twice whether it's valid to render
Marek Olšák
2012-04-19
1
-20
/
+0
*
mesa: set _NEW_VARYING_VP_INPUTS flag only if fixed-func VP is enabled & valid
Marek Olšák
2012-04-19
1
-1
/
+10
*
mesa: add _NEW_VARYING_VP_INPUTS for gl_context::varying_vp_inputs
Marek Olšák
2012-04-19
5
-9
/
+11
*
mesa,vbo: properly detect when vertex arrays need to be recalculated
Marek Olšák
2012-04-19
6
-45
/
+25
*
mesa: only update _MaxElement when we actually need it
Marek Olšák
2012-04-19
1
-1
/
+3
*
st/mesa: use bitshifting to define state flags
Marek Olšák
2012-04-19
1
-6
/
+6
*
i965: Rename BRW_MAX_SURFACES to BRW_MAX_WM_SURFACES.
Kenneth Graunke
2012-04-18
2
-4
/
+4
*
i965: Fix outdated comments about binding tables.
Kenneth Graunke
2012-04-18
1
-12
/
+8
*
mesa: Use array object constructor.
Mathias Fröhlich
2012-04-18
2
-2
/
+3
*
gallium/u_gen_mipmap: don't release vertex buffer at end of frame / in glFlush
Marek Olšák
2012-04-18
1
-4
/
+0
*
gallium/u_blit: don't release vertex buffer at end of frame / in glFlush
Marek Olšák
2012-04-18
1
-1
/
+0
*
st/mesa: write vertices directly into the buffer for glClear fallback
Marek Olšák
2012-04-18
2
-20
/
+21
*
st/mesa: use u_upload_mgr to upload vertices for glClear fallback
Marek Olšák
2012-04-18
4
-66
/
+11
*
st/mesa: write vertices directly into the buffer in glDrawPixels
Marek Olšák
2012-04-18
1
-17
/
+15
*
st/mesa: use u_upload_mgr to upload vertices for glDrawPixels
Marek Olšák
2012-04-18
1
-8
/
+9
*
st/mesa: use u_upload_mgr to upload vertices for glDrawTexOES
Marek Olšák
2012-04-18
1
-13
/
+13
*
st/mesa: write vertices directly into the buffer for glBitmap
Marek Olšák
2012-04-18
2
-30
/
+32
*
st/mesa: use u_upload_mgr to upload vertices for glBitmap
Marek Olšák
2012-04-18
3
-59
/
+23
*
mesa: add a couple fast-paths to fast_read_rgba_pixels_memcpy()
Brian Paul
2012-04-17
1
-7
/
+55
[next]