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
*
st/mesa: only expose ARB_shader_bit_encoding with GLSL 1.3
Marek Olšák
2012-07-06
1
-4
/
+1
*
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
*
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
*
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
2
-0
/
+2
*
mesa/st: gl_ClipDistance must be interpolated in 3d space.
Olivier Galibert
2012-07-04
1
-2
/
+2
*
Revert "mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x."
Marek Olšák
2012-07-04
2
-2
/
+0
*
mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.
Gwenole Beauchesne
2012-07-03
2
-0
/
+2
*
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
*
msaa: Make meta-ops save and restore state of GL_MULTISAMPLE.
Paul Berry
2012-07-02
2
-1
/
+17
*
i965/msaa: Fix centroid interpolation of unlit pixels.
Paul Berry
2012-07-02
4
-4
/
+39
*
i965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragment shader backend.
Paul Berry
2012-07-02
4
-2
/
+39
*
i965: fix transform feedback with primitive restart
Jordan Justen
2012-07-02
3
-0
/
+18
*
i965: Re-enable rendering to SNORM formats.
Kenneth Graunke
2012-07-02
1
-6
/
+1
*
meta: Don't alter fragment color clamp in DrawPixels().
Kenneth Graunke
2012-07-02
1
-1
/
+0
*
mesa: use FLUSH_CURRENT and not FLUSH_VERTICES in _mesa_validate_*
Marek Olšák
2012-07-02
1
-7
/
+14
*
mesa: point to Makefile.old in the srcdir
Dylan Noblesmith
2012-07-02
1
-3
/
+3
*
mesa: fix parser source gen for out-of-tree builds
Dylan Noblesmith
2012-07-02
1
-0
/
+2
*
mesa: fix api source gen for out-of-tree builds
Dylan Noblesmith
2012-07-02
1
-2
/
+4
*
st/mesa: use DEBUG_INCOMPLETE_FBO debug flag
Brian Paul
2012-06-29
1
-7
/
+3
*
mesa: remove some unused gl_dlist_state fields
Brian Paul
2012-06-29
1
-6
/
+0
*
vbo: optimize validation for glMultiDrawElements
Marek Olšák
2012-06-28
3
-12
/
+82
*
vbo: first ASSERT_OUTSIDE_BEGIN_END then FLUSH, not the other way around
Marek Olšák
2012-06-28
2
-28
/
+6
*
vbo: don't call twice _mesa_valid_to_render in DrawArraysInstancedBaseInstance
Marek Olšák
2012-06-28
1
-5
/
+2
*
mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffers
Marek Olšák
2012-06-28
8
-18
/
+20
*
mesa: more const qualifiers to match the latest glext.h
Brian Paul
2012-06-27
5
-8
/
+9
*
glapi: add const qualifier to glShaderSourceARB() parameter
Brian Paul
2012-06-27
1
-1
/
+1
*
i965: enable ARB_instanced_arrays extension
Jordan Justen
2012-06-27
4
-7
/
+42
*
mesa: make _mesa_reference_array_object() an inline function
Brian Paul
2012-06-27
2
-6
/
+17
*
mesa: look up enum name for glEnable/Disable errors
Brian Paul
2012-06-27
1
-5
/
+6
*
mesa: move TEXGEN defines closer to gl_texgen struct
Brian Paul
2012-06-27
1
-40
/
+40
*
mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask
Brian Paul
2012-06-27
10
-21
/
+21
*
mesa: re-order, update comments on lighting-related structs
Brian Paul
2012-06-27
1
-25
/
+25
*
i965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE enabled.
Paul Berry
2012-06-26
2
-4
/
+6
*
i965/msaa: Implement GL_SAMPLE_ALPHA_TO_{COVERAGE,ONE}.
Paul Berry
2012-06-26
1
-1
/
+9
*
i965/msaa: Implement glSampleCoverage.
Paul Berry
2012-06-26
4
-7
/
+26
*
i965/fs: Fix conversions float->bool, int->bool
Chad Versace
2012-06-25
1
-7
/
+7
*
mesa: new MESA_LOG_FILE env var to log errors, warnings, etc., to a file
Brian Paul
2012-06-25
1
-2
/
+12
*
i965/msaa: Add backend support for centroid interpolation.
Paul Berry
2012-06-25
3
-11
/
+32
*
i965/fs: Refactor interpolation code to prepare for adding centroid support.
Paul Berry
2012-06-25
2
-8
/
+17
*
i965/msaa: Adapt clip setup for centroid noperspective interpolation.
Paul Berry
2012-06-25
3
-2
/
+6
*
glsl: Add IsCentroid bitfield to gl_fragment_program.
Paul Berry
2012-06-25
1
-0
/
+6
*
st/mesa: added some simple fbo debugging/helper code
Brian Paul
2012-06-25
1
-1
/
+25
*
automake: add missing inclusion of GL headers
Laurent Carlier
2012-06-22
2
-0
/
+2
*
mesa: #define fprintf to be __mingw_fprintf() on Mingw32
Brian Paul
2012-06-22
1
-0
/
+10
[next]