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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Returns zero samples when querying GL_NUM_SAMPLE_COUNTS when internal f...
Eduardo Lima Mitev
2014-12-09
1
-23
/
+34
*
mesa: Enables GL_RGB and GL_RGBA unsized internal formats for OpenGL ES 3.0
Eduardo Lima Mitev
2014-12-09
1
-0
/
+6
*
mesa: Considers GL_DEPTH_STENCIL_ATTACHMENT a valid argument for FBO invalida...
Eduardo Lima Mitev
2014-12-09
1
-0
/
+8
*
Don't cast the return value of malloc/realloc
Matt Turner
2014-12-08
3
-6
/
+5
*
Remove useless checks for NULL before freeing
Matt Turner
2014-12-08
1
-5
/
+2
*
glsl: Don't optimize min/max into saturate when EmitNoSat is set
Abdiel Janulgue
2014-12-08
1
-0
/
+1
*
mesa: Add a source parameter to _mesa_gl_debug.
Matt Turner
2014-12-05
3
-2
/
+6
*
mesa: Ensure stack is realigned on x86.
José Fonseca
2014-12-05
1
-0
/
+3
*
mesa: Use current Mesa coding style in check_valid_to_render
Ian Romanick
2014-12-02
1
-25
/
+24
*
mesa: Use unreachable instead of assert in check_valid_to_render
Ian Romanick
2014-12-02
1
-1
/
+1
*
mesa: Silence unused parameter warnings in _mesa_validate_Draw functions
Ian Romanick
2014-12-02
2
-14
/
+10
*
mesa: Refactor common validation code to validate_DrawElements_common
Ian Romanick
2014-12-02
1
-125
/
+43
*
mesa: Generate GL_INVALID_OPERATION when drawing w/o a VAO in core profile
Ian Romanick
2014-12-02
1
-1
/
+9
*
mesa: fix height error check for 1D array textures
Brian Paul
2014-12-02
1
-1
/
+1
*
main, glsl: Bump max known desktop glsl version to 4.50
Jordan Justen
2014-12-01
1
-0
/
+6
*
mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()
Brian Paul
2014-12-01
1
-1
/
+1
*
mesa: some improvements for print_list()
Brian Paul
2014-12-01
2
-69
/
+84
*
mesa: inline/remove _mesa_polygon_stipple()
Brian Paul
2014-12-01
2
-32
/
+10
*
mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose
Chris Forbes
2014-11-24
1
-1
/
+1
*
mesa: Fix function name in GetActiveUniformName error
Chris Forbes
2014-11-23
1
-1
/
+1
*
mesa/main: Fix tmp_row memory leak in texstore_rgba_integer.
Siavash Eliasi
2014-11-18
1
-1
/
+3
*
Revert "mesa: Wrap SSE4.1 code in #ifdef __SSE4_1__."
Emil Velikov
2014-11-15
1
-3
/
+0
*
i915: Use L8A8 instead of I8 to simulate A8 on gen2
Ville Syrjälä
2014-11-13
1
-0
/
+3
*
mesa: Remove _mesa_max_buffer_index
Ian Romanick
2014-11-10
2
-52
/
+0
*
mesa: Uniform logging is very, very unlikely
Ian Romanick
2014-11-10
1
-2
/
+2
*
mesa: Don't check for API_OPENGLES in _mesa_uniform_matrix
Ian Romanick
2014-11-10
1
-4
/
+4
*
mesa: Rework array error checks in validate_uniform_parameters
Ian Romanick
2014-11-10
1
-19
/
+22
*
mesa: Get some gl_shader_program::LinkStatus checking out of the main path
Ian Romanick
2014-11-10
1
-6
/
+19
*
mesa: Rework location == -1 error checking
Ian Romanick
2014-11-10
1
-38
/
+38
*
mesa: Minor clean ups in _mesa_uniform
Ian Romanick
2014-11-10
1
-23
/
+9
*
mesa: Remove GLSL_TYPE_SAMPLER check
Ian Romanick
2014-11-10
1
-2
/
+1
*
mesa/main: Pass the data that _mesa_uniform actually wants
Ian Romanick
2014-11-10
3
-119
/
+54
*
glsl: Add infrastructure for "hidden" uniforms.
Kenneth Graunke
2014-11-06
2
-2
/
+5
*
mesa: Add SSE 4.1 optimisation for glDrawElements.
Timothy Arceri
2014-11-06
2
-0
/
+127
*
mesa: Silence unused parameter warning in check_context_limits in non-debug b...
Ian Romanick
2014-11-05
1
-0
/
+2
*
mesa: Don't call _mesa_ClipControl from glPopAttrib when unsupported.
Kenneth Graunke
2014-11-03
1
-1
/
+2
*
mesa: protect the debug state with a mutex
Chia-I Wu
2014-10-30
2
-47
/
+126
*
util: add _mesa_strtod and _mesa_strtof
Chia-I Wu
2014-10-30
2
-22
/
+0
*
mesa/gallium: Signal _NEW_TRANSFORM from glClipControl.
Mathias Fröhlich
2014-10-30
1
-6
/
+2
*
mesa: Fix order of errors for glDrawTransformFeedbackStream
Chris Forbes
2014-10-29
1
-5
/
+5
*
mesa: Add support for the GL_KHR_context_flush_control extension
Neil Roberts
2014-10-28
4
-2
/
+14
*
mesa: Silence unused parameter warning in _mesa_init_shader_program
Ian Romanick
2014-10-24
3
-7
/
+6
*
mesa: Remove context parameter from dd_function_table::NewShaderProgram
Ian Romanick
2014-10-24
4
-5
/
+4
*
mesa: Make _mesa_init_shader_program static
Ian Romanick
2014-10-24
2
-6
/
+3
*
mesa: Remove context parameter from _mesa_init_shader_program
Ian Romanick
2014-10-24
2
-3
/
+3
*
mesa: Silence unused parameter warning in _mesa_clear_shader_program_data
Ian Romanick
2014-10-24
2
-5
/
+3
*
mesa: Add some missing clean-up to _mesa_clear_shader_program_data
Ian Romanick
2014-10-24
1
-1
/
+14
*
mesa: Remove prototypes for nonexistent functions
Ian Romanick
2014-10-24
1
-9
/
+0
*
ff_fragment_shader: Silence unused parameter warning in smear
Ian Romanick
2014-10-24
1
-6
/
+6
*
mesa: Implement ARB_clip_control.
Mathias Fröhlich
2014-10-24
11
-6
/
+131
[next]