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
*
swrast: use new core Mesa compressed texel fetch functions
Brian Paul
2012-12-14
2
-87
/
+110
*
mesa: reimplement _mesa_decompress_image() using new tex fetch code
Brian Paul
2012-12-14
1
-103
/
+7
*
mesa: added _mesa_get_compressed_fetch_func()
Brian Paul
2012-12-14
2
-0
/
+36
*
mesa: add new texel fetch code for etc formats
Brian Paul
2012-12-14
2
-0
/
+280
*
mesa: add new texel fetch code for rgtc formats
Brian Paul
2012-12-14
2
-0
/
+166
*
mesa: add new texel fetch code for fxt formats
Brian Paul
2012-12-14
2
-0
/
+45
*
mesa: add new texel fetch code for dxt formats
Brian Paul
2012-12-14
2
-1
/
+110
*
mesa: add compressed_fetch_func typedef
Brian Paul
2012-12-14
1
-0
/
+9
*
swrast: merge get_texel_fetch_func() and set_fetch_functions()
Brian Paul
2012-12-14
1
-26
/
+20
*
swrast: make _mesa_get_texel_fetch_func() static
Brian Paul
2012-12-14
2
-7
/
+4
*
mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats.
Paul Berry
2012-12-13
3
-1
/
+47
*
mesa/uniform_query: Don't write to *params if there is an error
Matt Turner
2012-12-13
1
-1
/
+5
*
mesa: print unsigned values with %u
Matt Turner
2012-12-13
1
-4
/
+4
*
i965: Fix disassembly of jump targets on Gen7.
Kenneth Graunke
2012-12-12
1
-4
/
+9
*
i965: Make try_rewrite_rhs_to_dst compare VGRF size to regs written.
Kenneth Graunke
2012-12-12
1
-1
/
+1
*
mesa: don't advertise ARB_texture_buffer_object in legacy contexts
Marek Olšák
2012-12-12
7
-20
/
+23
*
mesa: disallow creation of GL 3.1 compatibility contexts
Marek Olšák
2012-12-12
3
-9
/
+8
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
6
-17
/
+7
*
gallium/util: move util_try_blit_via_copy_region to u_surface.c
Marek Olšák
2012-12-12
1
-1
/
+0
*
gallium: manage render condition in cso_context and fix postprocessing w/ it
Marek Olšák
2012-12-12
4
-33
/
+3
*
st/mesa: remove a weird msaa hack
Marek Olšák
2012-12-12
4
-29
/
+2
*
glsl_to_tgsi: emit multi-level structs and arrays properly.
Dave Airlie
2012-12-12
1
-9
/
+42
*
i965/fs: Improve performance of shaders that start out with a discard.
Eric Anholt
2012-12-11
6
-7
/
+148
*
i965/fs: Rewrite discards to use a flag subreg to track discarded pixels.
Eric Anholt
2012-12-11
8
-73
/
+46
*
i965/fs: Add an instruction flag for choosing the flag subregister.
Eric Anholt
2012-12-11
6
-13
/
+42
*
i965: Let brw_flag_reg() choose the flag reg and subreg.
Eric Anholt
2012-12-11
4
-7
/
+7
*
i965: Print the flag reg updated by conditional modifiers.
Eric Anholt
2012-12-11
1
-1
/
+15
*
i965: Add the new flag_reg_nr instruction field from IVB.
Eric Anholt
2012-12-11
2
-5
/
+9
*
i965: Correct the name and usage of the flag subregister number field.
Eric Anholt
2012-12-11
4
-15
/
+15
*
i965: Remove bogus flag_reg_nr field from bits3.
Eric Anholt
2012-12-11
1
-4
/
+2
*
mesa syncobj: don't store a pointer to the set_entry
Jordan Justen
2012-12-10
2
-5
/
+10
*
r200: fix broken tcl lighting
smoki
2012-12-10
1
-10
/
+10
*
st_glsl_to_tgsi: fix ubo bools.
Dave Airlie
2012-12-10
1
-2
/
+19
*
st_glsl_to_tgsi: call ubo load pass earlier
Dave Airlie
2012-12-10
1
-1
/
+2
*
glsl_to_tgsi: fix texture offset translation
Dave Airlie
2012-12-10
1
-4
/
+7
*
drisw: fix up context and apis for software context
Dave Airlie
2012-12-09
1
-0
/
+16
*
i965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE state.
Kenneth Graunke
2012-12-08
1
-1
/
+2
*
st/mesa: set PIPE_BIND_SAMPLER_VIEW for TBOs in st_bufferobj_data
Christoph Bumiller
2012-12-08
1
-0
/
+3
*
mesa/st: add ARB_uniform_buffer_object support (v2)
Dave Airlie
2012-12-08
6
-7
/
+147
*
st/mesa: add option to enable GLSL 1.40
Dave Airlie
2012-12-08
1
-1
/
+6
*
st/mesa: add texture buffer object support to state tracker (v1.1)
Dave Airlie
2012-12-08
5
-7
/
+31
*
mesa/meta: Move declaration before statements.
José Fonseca
2012-12-08
1
-1
/
+2
*
mesa: Move declaration before statement.
José Fonseca
2012-12-08
1
-1
/
+2
*
intel: Enable ETC2 support on intel hardware
Anuj Phogat
2012-12-07
3
-50
/
+98
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
5
-4
/
+90
*
mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
5
-25
/
+171
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC
Anuj Phogat
2012-12-07
5
-3
/
+98
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EAC
Anuj Phogat
2012-12-07
5
-3
/
+126
*
mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC
Anuj Phogat
2012-12-07
5
-4
/
+98
*
mesa: Add decoding functions for GL_COMPRESSED_R11_EAC
Anuj Phogat
2012-12-07
5
-6
/
+128
[next]