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: 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
*
mesa: Remove dead _mesa_sizeof_glsl_type().
Eric Anholt
2012-04-16
2
-63
/
+0
*
glsl: Add a helper for generating temporary variables in ir_builder.
Eric Anholt
2012-04-13
1
-31
/
+11
*
glsl: Add a helper for ir_builder to make dereferences for assignments.
Eric Anholt
2012-04-13
1
-49
/
+17
*
glsl: Make a little tracking class for emitting IR lists.
Eric Anholt
2012-04-13
1
-50
/
+28
*
glsl: Add common swizzles to ir_builder.
Eric Anholt
2012-04-13
1
-48
/
+18
*
glsl: Let ir_builder expressions take un-dereferenced variables.
Eric Anholt
2012-04-13
1
-13
/
+6
*
glsl: Create an ir_builder helper for hand-generating IR.
Eric Anholt
2012-04-13
1
-82
/
+46
*
nouveau: rework and simplify nv04/nv05 driver a bit
Ben Skeggs
2012-04-14
8
-300
/
+215
*
nouveau/vieux: switch to libdrm_nouveau-2.0
Ben Skeggs
2012-04-14
46
-1890
/
+1844
*
st/mesa: add ARB_blend_func_extended support to state tracker.
Dave Airlie
2012-04-13
3
-5
/
+12
*
mesa: add support for ARB_blend_func_extended (v4)
Dave Airlie
2012-04-13
8
-6
/
+149
*
i965: fix typo
Dylan Noblesmith
2012-04-13
1
-1
/
+1
*
mesa: fix truncated value warning
Dylan Noblesmith
2012-04-13
1
-1
/
+1
*
mesa: don't cast away const
Dylan Noblesmith
2012-04-13
1
-1
/
+1
*
ir_to_mesa: Fix uninitialized member in add_uniform_to_shader.
Vinson Lee
2012-04-12
1
-1
/
+1
*
i965: When the kernel lacks the LLC check, assume it's present on gen >= 6.
Eric Anholt
2012-04-11
1
-3
/
+7
*
intel: Drop backwards compat code for not having libdrm with the LLC check.
Eric Anholt
2012-04-11
1
-4
/
+0
*
i965/fs: Avoid generating extra AND instructions on bool logic ops.
Eric Anholt
2012-04-11
1
-22
/
+14
*
i965/fs: Try to avoid generating extra MOVs to do saturates.
Eric Anholt
2012-04-11
3
-12
/
+54
*
mesa: add _mesa_total_texture_memory() debug function
Brian Paul
2012-04-11
2
-0
/
+62
*
mesa: new _mesa_total_buffer_object_memory() debug function
Brian Paul
2012-04-11
2
-0
/
+32
*
i965: Stop lying about cpp and height of a stencil buffer.
Paul Berry
2012-04-10
5
-45
/
+66
*
st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.
Vinson Lee
2012-04-09
1
-0
/
+4
*
main: Fix memory leak in _mesa_make_extension_string()
Chad Versace
2012-04-09
1
-0
/
+2
*
i965: Add support for sampling texture buffer objects on gen7+.
Eric Anholt
2012-04-09
4
-1
/
+71
*
i965: Add real support for texturing/rendering with MESA_FORMAT_RGBA8888_REV.
Eric Anholt
2012-04-09
1
-5
/
+1
[next]