index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: use _mesa_check_sample_count() for multisample textures
Chris Forbes
2013-03-24
2
-30
/
+33
*
mesa: helper for checking renderbuffer sample count
Chris Forbes
2013-03-24
3
-3
/
+69
*
mesa: allow internalformat_query with multisample texture targets
Chris Forbes
2013-03-24
2
-6
/
+10
*
mesa: add common format-independent memcpy-based ReadPixels path
Marek Olšák
2013-03-23
4
-37
/
+167
*
mesa: add helper func for checking combined depthstencil buffers from st/mesa
Marek Olšák
2013-03-23
2
-0
/
+29
*
mesa: add a common function returning transfer ops for ReadPixels
Marek Olšák
2013-03-23
1
-20
/
+74
*
mesa: handle HALF_FLOAT like FLOAT in get_tex_rgba
Marek Olšák
2013-03-23
1
-0
/
+1
*
mesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.
Matt Turner
2013-03-21
3
-0
/
+14
*
ff_fragment_shader: Don't do unnecessary (and dangerous) uniform setup.
Paul Berry
2013-03-19
1
-16
/
+0
*
mesa: use ieee fp on s390 and m68k
Andreas Boll
2013-03-19
1
-1
/
+2
*
glsl_to_tgsi: allocate arrays separately v2
Christian König
2013-03-19
1
-0
/
+1
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
6
-92
/
+30
*
Get rid of _mesa_frag_attrib_to_vert_result().
Paul Berry
2013-03-15
1
-25
/
+1
*
Get rid of _mesa_vert_result_to_frag_attrib().
Paul Berry
2013-03-15
1
-21
/
+17
*
mtypes.h: Modify gl_frag_attrib to refer to new gl_varying_slot enum.
Paul Berry
2013-03-15
1
-22
/
+23
*
Replace gl_geom_result enum with gl_varying_slot.
Paul Berry
2013-03-15
2
-30
/
+0
*
mtypes.h: Modify gl_geom_result to refer to new gl_varying_slot enum.
Paul Berry
2013-03-15
1
-21
/
+20
*
Replace gl_geom_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
2
-43
/
+0
*
mtypes.h: Modify gl_geom_attrib to refer to new gl_varying_slot enum.
Paul Berry
2013-03-15
1
-13
/
+13
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
4
-76
/
+42
*
mtypes.h: Modify gl_vert_result to refer to new gl_varying_slot enum.
Paul Berry
2013-03-15
1
-28
/
+39
*
mtypes.h: Add new gl_varying_slot enum, and bitfield defines.
Paul Berry
2013-03-15
1
-0
/
+70
*
mesa: Fix FB blitting in case of zero size src or dst rect
Anuj Phogat
2013-03-13
1
-1
/
+3
*
tests: Add $(top_srcdir)/include to AM_CPPFLAGS.
Vinson Lee
2013-03-12
1
-0
/
+1
*
mesa: Use PACKAGE_BUGREPORT macro.
Matt Turner
2013-03-12
1
-1
/
+1
*
mesa: Remove unused version #defines from version.h.
Matt Turner
2013-03-12
1
-11
/
+0
*
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
Matt Turner
2013-03-12
3
-3
/
+3
*
mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.
José Fonseca
2013-03-12
1
-51
/
+5
*
mesa: Use correct functions for enum conversion.
Vinson Lee
2013-03-11
1
-2
/
+2
*
mesa: don't allocate a texture if width or height is 0 in CopyTexImage
Marek Olšák
2013-03-11
1
-10
/
+12
*
mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.
Matt Turner
2013-03-08
2
-2
/
+2
*
mesa: fix glGetInteger*(GL_SAMPLER_BINDING).
Alan Hourihane
2013-03-07
3
-2
/
+14
*
Unreference sampler object when it's currently bound to texture unit.
Alan Hourihane
2013-03-06
1
-0
/
+10
*
mesa: Remove the special enum for _mesa_error debug output.
Eric Anholt
2013-03-05
2
-6
/
+8
*
mesa: Remove the enum for the oom-within-debug-output case.
Eric Anholt
2013-03-05
2
-6
/
+4
*
mesa: Remove now-unused gl_winsys_error and gl_shader_error enums.
Eric Anholt
2013-03-05
1
-8
/
+0
*
mesa: Report ARB_debug_output for both shader errors and warnings.
Eric Anholt
2013-03-05
2
-3
/
+6
*
mesa: Add support for GL_ARB_debug_output with dynamic ID allocation.
Eric Anholt
2013-03-05
2
-4
/
+60
*
mesa: Merge handling of application-provided and built-in error sources.
Eric Anholt
2013-03-05
2
-232
/
+131
*
mesa: Fix _mesa_problem() on context destroy after application debug output
Eric Anholt
2013-03-05
1
-0
/
+6
*
mesa: Move debug type/severity enums to mesa core.
Eric Anholt
2013-03-05
2
-68
/
+91
*
mesa: Replace open-coded _mesa_lookup_enum_by_nr().
Eric Anholt
2013-03-05
1
-35
/
+3
*
mesa: Remove extra #define MAXSTRING duplicating MAX_DEBUG_MESSAGE_LENGTH.
Eric Anholt
2013-03-05
1
-15
/
+14
*
Add missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_texture_dimensions
Alan Hourihane
2013-03-05
1
-0
/
+1
*
Fix out-of-tree build of 'make check' in src/mesa/main/tests
Jon TURNEY
2013-03-05
1
-4
/
+4
*
mesa: flush current state when querying GL_EDGE_FLAG
Brian Paul
2013-03-04
1
-1
/
+1
*
mesa: Add a new QueryCounter() hook for TIMESTAMP queries.
Kenneth Graunke
2013-03-01
2
-3
/
+9
*
mesa: implement TexImage*Multisample
Chris Forbes
2013-03-02
1
-4
/
+163
*
mesa: support multisample textures in framebuffer completeness check
Chris Forbes
2013-03-02
1
-14
/
+37
*
mesa: implement sample mask
Chris Forbes
2013-03-02
5
-2
/
+53
[next]