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
*
i965/fs: Add support for copy propagation.
Eric Anholt
2012-05-14
5
-0
/
+143
*
i965/fs: When doing no work for live interval calculation, do no allocation.
Eric Anholt
2012-05-14
1
-7
/
+7
*
i965/gen7: Set tile_x/y to 0 in the no-stencil case.
Eric Anholt
2012-05-14
1
-1
/
+1
*
intel: Fix signed/unsigned comparison warnings.
Eric Anholt
2012-05-14
2
-5
/
+6
*
intel: Fix compile warning from 7b6424143d8bf572cadd46adcbaa91d2a5598635
Eric Anholt
2012-05-14
1
-2
/
+2
*
intel: Fix compiler warning from 3cd7bee48f7caf7850ea64d40f43875d4c975507
Eric Anholt
2012-05-14
1
-2
/
+0
*
i965/fs: Add a local common subexpression elimination pass.
Kenneth Graunke
2012-05-14
4
-0
/
+201
*
i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
Kenneth Graunke
2012-05-14
3
-16
/
+16
*
mesa: print the Git SHA1 in GL_VERSION for ES1 and ES2.
Oliver McFadden
2012-05-14
1
-2
/
+10
*
mesa: GLES specifies restrictions on uniform matrix transpose.
Oliver McFadden
2012-05-14
1
-0
/
+10
*
nouveau/vieux: finish != flush, how about we do that..
Ben Skeggs
2012-05-12
3
-0
/
+23
*
mesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FBO flags
Brian Paul
2012-05-11
4
-24
/
+21
*
mesa: implement DEBUG_ALWAYS_FLUSH debug option
Brian Paul
2012-05-11
3
-0
/
+32
*
mesa: define DEBUG_SILENT flag, use in output_if_debug()
Brian Paul
2012-05-11
3
-12
/
+13
*
mesa: clean-up the debug/verbose flag setup code
Brian Paul
2012-05-11
1
-26
/
+46
*
mesa: do FLUSH_VERTICES() in _mesa_flush/finish()
Brian Paul
2012-05-11
1
-2
/
+4
*
mesa: fix glMaterial / dlist bug
Brian Paul
2012-05-11
3
-58
/
+152
*
mesa: fix/add error check in _mesa_ColorMaterial()
Brian Paul
2012-05-11
1
-0
/
+2
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
5
-257
/
+111
|
\
|
*
st/mesa: unmap upload buffer after uploading indices and constants
Marek Olšák
2012-04-30
2
-0
/
+2
|
*
cso: cso_context should install u_vbuf by itself and not st/mesa
Marek Olšák
2012-04-30
2
-29
/
+0
|
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
1
-6
/
+3
|
*
st/mesa: reorder code in draw_vbo
Marek Olšák
2012-04-30
1
-12
/
+12
|
*
st/mesa: remove more unnecessary code in draw_vbo
Marek Olšák
2012-04-30
1
-16
/
+1
|
*
gallium: add void *user_buffer in pipe_index_buffer
Marek Olšák
2012-04-30
1
-10
/
+7
|
*
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
*
|
st/mesa: Use local temporary registers.
Francisco Jerez
2012-05-11
1
-4
/
+4
*
|
i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h
Paul Berry
2012-05-10
5
-5
/
+5
*
|
i965/hiz: Convert gen{6,7}_hiz.c to C++
Paul Berry
2012-05-10
3
-3
/
+3
*
|
i965/hiz: Make void pointer type casts explicit
Paul Berry
2012-05-10
1
-5
/
+7
*
|
intel: Work around differences between C and C++ scoping rules.
Paul Berry
2012-05-10
2
-25
/
+29
*
|
intel: Add extern "C" declarations to headers
Paul Berry
2012-05-10
11
-1
/
+82
*
|
glsl_to_tgsi: use TGSI_OPCODE_CEIL for ir_unop_ceil
Christoph Bumiller
2012-05-09
1
-3
/
+1
*
|
i965: fix wrong cube/3D texture layout
Yuanhan Liu
2012-05-09
1
-2
/
+3
*
|
vbo: add some comments
Brian Paul
2012-05-08
2
-1
/
+7
*
|
mesa: remove needless casts in save_EdgeFlag()
Brian Paul
2012-05-08
1
-1
/
+1
*
|
mesa: minor clean-ups in dlist material code
Brian Paul
2012-05-08
1
-7
/
+15
*
|
mesa: fix error strings in dlist code
Brian Paul
2012-05-08
1
-4
/
+4
*
|
mesa: add gl_context::NewDriverState and use it for vertex arrays
Marek Olšák
2012-05-08
13
-8
/
+46
*
|
mesa: move gl_client_array*[] from vbo_draw_func into gl_context
Marek Olšák
2012-05-08
18
-31
/
+61
*
|
vbo: move vbo_draw_method into vbo_context.h
Marek Olšák
2012-05-08
5
-40
/
+38
*
|
i965/Gen7: Work around GPU hangs due to misaligned depth coordinate offsets.
Paul Berry
2012-05-07
2
-0
/
+54
*
|
i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.
Paul Berry
2012-05-07
2
-0
/
+54
*
|
fbo: Only reuse depth/stencil attachments if the parameters match.
Paul Berry
2012-05-07
1
-3
/
+11
*
|
i965: Fix mipmap offsets for HiZ and separate stencil buffers.
Paul Berry
2012-05-07
8
-60
/
+319
*
|
intel: Disable ARB_framebuffer_object in ES contexts
Chad Versace
2012-05-07
1
-2
/
+0
[next]