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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r600g: fix stencil texturing with Z32_FLOAT_S8X24_UINT
Marek Olšák
2012-07-09
1
-0
/
+2
*
r600g: add assertions after translate_colorswap/colorformat/dbformat/texformat
Marek Olšák
2012-07-09
2
-3
/
+17
*
r600g: inline r600_hw_copy_region
Marek Olšák
2012-07-09
1
-21
/
+5
*
r600g: enable dual src blending on r7xx
Marek Olšák
2012-07-09
1
-1
/
+1
*
r600g: use depth format from pipe_surface, not pipe_resource
Marek Olšák
2012-07-09
2
-4
/
+4
*
r600g: use u_box_origin_2d helper function
Marek Olšák
2012-07-09
1
-10
/
+3
*
gallium/u_blitter: consolidate some state changes
Marek Olšák
2012-07-09
1
-32
/
+17
*
r600g: remove stray semicolon
Marek Olšák
2012-07-07
1
-1
/
+1
*
i965/fs: Invalidate live intervals after copy propagation.
Eric Anholt
2012-07-06
1
-0
/
+3
*
i965/fs: Invalidate live intervals in passes that remove an instruction.
Eric Anholt
2012-07-06
1
-0
/
+6
*
i965/vs: Move the other two src_reg/dst_reg constructors to brw_vec4.cpp.
Eric Anholt
2012-07-06
2
-43
/
+43
*
i965/vs: Move class functions to brw_vec4.cpp.
Eric Anholt
2012-07-06
2
-106
/
+126
*
i965/fs: Move class functions from the header to .cpp files.
Eric Anholt
2012-07-06
3
-278
/
+326
*
galahad: Check that texture format is supported.
José Fonseca
2012-07-06
1
-0
/
+7
*
galahad: More detailed resource checks.
José Fonseca
2012-07-06
2
-19
/
+64
*
galahad: Fix zealous warnings.
José Fonseca
2012-07-06
1
-6
/
+10
*
galahad: Enumerate all methods that are missing.
José Fonseca
2012-07-06
2
-24
/
+49
*
galahad: Implement render_condition.
José Fonseca
2012-07-06
1
-1
/
+13
*
galahad: Don't implement context methods that are not implemented by the unde...
José Fonseca
2012-07-06
1
-104
/
+115
*
galahad: Use debug_printf.
José Fonseca
2012-07-06
1
-3
/
+5
*
galahad: Silence creation messages.
José Fonseca
2012-07-06
2
-4
/
+0
*
galahad: Use reference counting when destroying the wraped objects.
José Fonseca
2012-07-06
1
-3
/
+2
*
galahad: Point to the galahad objects from the galahad sampler view.
José Fonseca
2012-07-06
1
-2
/
+2
*
galahad: Don't defer index buffer when it's NULL.
José Fonseca
2012-07-06
1
-16
/
+16
*
target-helpers: Enable debug helpers only on debug builds.
José Fonseca
2012-07-06
1
-0
/
+7
*
st/mesa: only expose ARB_shader_bit_encoding with GLSL 1.3
Marek Olšák
2012-07-06
1
-4
/
+1
*
egl_dri2: Reorganize the EGLImage constructors to share more code
Kristian Høgsberg
2012-07-05
1
-78
/
+37
*
intel: Share common __DRIimage allocation code
Kristian Høgsberg
2012-07-05
1
-40
/
+19
*
intel: Just look up image->internal_format using _mesa_get_format_base_format
Kristian Høgsberg
2012-07-05
1
-10
/
+2
*
intel: Remove unused __DRIimage::data_type field
Kristian Høgsberg
2012-07-05
2
-13
/
+0
*
svga: whitespace fixes
Brian Paul
2012-07-05
1
-114
/
+90
*
Revert "mesa: #define fprintf to be __mingw_fprintf() on Mingw32"
Brian Paul
2012-07-05
1
-10
/
+0
*
mesa: use the PRIx64 macro for printing 64-bit hexadecimal values
Brian Paul
2012-07-05
1
-5
/
+6
*
svga: implement TGSI_OPCODE_ROUND
Brian Paul
2012-07-05
1
-15
/
+51
*
svga: fix CMP translation for vertex shaders
Brian Paul
2012-07-05
1
-36
/
+37
*
svga: properly implement TRUNC instruction
Brian Paul
2012-07-05
1
-1
/
+54
*
svga: fix register collision issue in emit_conditional()
Brian Paul
2012-07-05
1
-0
/
+24
*
svga: emit some debug messages when shader compilation fails
Brian Paul
2012-07-05
1
-4
/
+10
*
intel: Fix a comment typo.
Eric Anholt
2012-07-04
1
-1
/
+1
*
mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.
Gwenole Beauchesne
2012-07-04
3
-0
/
+10
*
GLES2: upgrade gl2ext.h to version 18099
Kristian Høgsberg
2012-07-04
1
-10
/
+0
*
mesa/st: gl_ClipDistance must be interpolated in 3d space.
Olivier Galibert
2012-07-04
1
-2
/
+2
*
gallium/util: Save and restore vertex buffer state in util_gen_mipmap.
Stuart Abercrombie
2012-07-04
1
-0
/
+2
*
Revert "mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x."
Marek Olšák
2012-07-04
3
-10
/
+0
*
mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.
Gwenole Beauchesne
2012-07-03
3
-0
/
+10
*
i965/fs: Allow copy propagation on uniforms.
Eric Anholt
2012-07-03
1
-4
/
+7
*
i965/fs: Allow copy propagation with source modifiers.
Eric Anholt
2012-07-03
1
-3
/
+17
*
i965/fs: Move copy propagation test out to a separate function.
Eric Anholt
2012-07-03
2
-6
/
+20
*
glx/tests: Fix off-by-one error in allocating extension string buffer
Ian Romanick
2012-07-03
1
-1
/
+1
*
glsl: fix unop/binop errors in comments
Brian Paul
2012-07-03
1
-2
/
+2
[prev]
[next]