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
*
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
*
i965/gen7: Fix the /* ignored */ comment on constant surface setup.
Eric Anholt
2012-04-09
1
-1
/
+1
*
mesa: Add support for the GL 3.1 R/RG formats in texture buffer objects.
Eric Anholt
2012-04-09
1
-0
/
+54
*
mesa: Track a gl_format for the texture buffer format.
Eric Anholt
2012-04-09
3
-168
/
+76
*
mesa: Handle updating texture state for buffer textures.
Eric Anholt
2012-04-09
2
-0
/
+12
*
mesa: Create the default (name==0) buffer texture.
Eric Anholt
2012-04-09
1
-0
/
+5
*
mesa: Set the correct initial value of the texture buffer object format.
Eric Anholt
2012-04-09
1
-0
/
+1
*
mesa: Set up glTexBuffer{,ARB} for display list compile.
Eric Anholt
2012-04-09
1
-0
/
+3
*
glapi: regen for TBO change.
Eric Anholt
2012-04-09
2
-2890
/
+2872
*
ff_fragment_shader: Remove some dead fields.
Eric Anholt
2012-04-09
1
-11
/
+0
*
x86-64: Don't print "Initializing x86-64 optimizations" in debug builds.
Kenneth Graunke
2012-04-09
1
-11
/
+1
*
ir_to_mesa: Remove pretense of support for function calls.
Kenneth Graunke
2012-04-09
1
-181
/
+5
*
i965: Remove vestiges of function call support from the old VS backend.
Kenneth Graunke
2012-04-09
4
-188
/
+0
*
i915: set SPRITE_POINT_ENABLE bit correctly
Yuanhan Liu
2012-04-09
4
-12
/
+48
*
st/mesa: fix max_offset computation for base vertex
Brian Paul
2012-04-06
1
-2
/
+18
*
i965: Actually upload sampler state pointers for the VS unit on Gen6.
Kenneth Graunke
2012-04-05
1
-1
/
+1
*
swrast: Fix memory leaks in blit_linear.
Vinson Lee
2012-04-02
1
-0
/
+9
*
glsl: Demote 'type' from ir_instruction to ir_rvalue and ir_variable.
Kenneth Graunke
2012-04-02
1
-1
/
+1
*
glsl: Remove ir_call::get_callee() and set_callee().
Kenneth Graunke
2012-04-02
2
-2
/
+2
*
i965/aub: Dump a final bitmap from DestroyContext.
Kenneth Graunke
2012-04-02
3
-29
/
+41
*
intel: add PCI IDs for Ivy Bridge GT2 server variant
Eugeni Dodonov
2012-04-01
2
-1
/
+4
*
intel: Add some PCI IDs for Haswell.
Kenneth Graunke
2012-03-30
2
-2
/
+20
*
i965: Set "Shader Channel Select" fields in Haswell's SURFACE_STATE.
Kenneth Graunke
2012-03-30
3
-1
/
+37
*
i965: Fill in Sample Mask in Haswell's 3DSTATE_PS.
Kenneth Graunke
2012-03-30
2
-0
/
+5
*
i965: Set "Stencil Buffer Enable" bit on Haswell.
Kenneth Graunke
2012-03-30
2
-1
/
+5
*
i965: Set Line Stipple enable bit in 3DSTATE_SF for Haswell.
Kenneth Graunke
2012-03-30
2
-0
/
+5
*
i965: Update max VS/PS threads shift offsets for Haswell.
Kenneth Graunke
2012-03-30
4
-4
/
+10
*
i965: Disable HiZ on Haswell for now.
Kenneth Graunke
2012-03-30
1
-1
/
+1
*
i965: Add initial IS_HASWELL() macros.
Kenneth Graunke
2012-03-30
3
-5
/
+14
*
i965: Avoid explicit accumulator operands in SIMD16 mode on Gen7.
Kenneth Graunke
2012-03-30
1
-0
/
+3
*
gallium: adapt to get_query_result interface change
Marek Olšák
2012-03-30
1
-2
/
+2
*
intel: fix un-blanced map_refcount issue
Yuanhan Liu
2012-03-28
1
-4
/
+4
*
Add support for GL_EXT_unpack_subimage on GLES2
Neil Roberts
2012-03-27
2
-5
/
+22
*
gles: Enable the GL_EXT_read_format_bgra extension
Benjamin Franzke
2012-03-27
2
-0
/
+3
*
gles1: Enable GL_EXT_texture_format_BGRA8888 in APIspec
Benjamin Franzke
2012-03-27
1
-0
/
+1
*
glapi: regenerate enums.c
Dylan Noblesmith
2012-03-26
1
-3900
/
+4056
[next]