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: remove platform checks around __builtin_ffs, __builtin_ffsll
Brian Paul
2013-04-01
1
-6
/
+0
*
mesa: fix texture storage multisample prototypes harder.
Dave Airlie
2013-04-01
2
-4
/
+4
*
mesa: allow multisample texture targets in [Get]TexParameter*
Chris Forbes
2013-03-31
1
-1
/
+87
*
mesa: improve reported function name in Tex*Multisample
Chris Forbes
2013-03-31
1
-16
/
+14
*
mesa: add enable bit for ARB_texture_storage_multisample
Chris Forbes
2013-03-31
2
-0
/
+2
*
glapi: add definition of ARB_texture_storage_multisample
Chris Forbes
2013-03-31
3
-2
/
+33
*
mesa: add support for immutable textures to teximagemultisample()
Chris Forbes
2013-03-31
1
-3
/
+28
*
mesa: extract _mesa_is_legal_tex_storage_format helper
Chris Forbes
2013-03-31
2
-17
/
+23
*
mesa: Delete VERT_ATTRIB_GENERIC_NV and VERT_BIT_GENERIC_NV macros.
Kenneth Graunke
2013-03-30
1
-10
/
+0
*
glsl: Implement ARB_texture_query_lod
Dave Airlie
2013-03-29
2
-0
/
+2
*
mesa: provide default implementation of QuerySamplesForFormat
Chris Forbes
2013-03-29
2
-0
/
+19
*
mesa: only check sample count if we actually wanted multisampling
Chris Forbes
2013-03-27
1
-9
/
+10
*
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
[prev]
[next]