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
*
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
2013-03-20
3
-11
/
+39
*
i965/fs: Avoid unnecessary recompiles due to POS bit of proj_attrib_mask.
Paul Berry
2013-03-19
2
-2
/
+12
*
ff_fragment_shader: Don't do unnecessary (and dangerous) uniform setup.
Paul Berry
2013-03-19
1
-16
/
+0
*
i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.
Paul Berry
2013-03-19
10
-17
/
+52
*
osmesa: fix out-of-tree build
Andreas Boll
2013-03-19
1
-0
/
+1
*
mesa: use ieee fp on s390 and m68k
Andreas Boll
2013-03-19
1
-1
/
+2
*
glsl_to_tgsi: remove indirect addressing limitations
Christian König
2013-03-19
1
-33
/
+3
*
glsl_to_tgsi: allocate arrays separately v2
Christian König
2013-03-19
2
-31
/
+59
*
glsl_to_tgsi: use get_temp for all allocations
Christian König
2013-03-19
1
-13
/
+10
*
Add dri image entry point for creating image from fd
Kristian Høgsberg
2013-03-18
3
-4
/
+94
*
i965/blorp: Add INTEL_DEBUG=blorp flag.
Paul Berry
2013-03-18
3
-0
/
+8
*
i965: Simplify separate stencil check
Paul Berry
2013-03-16
1
-1
/
+1
*
i965: Apply depthstencil alignment workaround when doing fast clears.
Paul Berry
2013-03-15
1
-1
/
+5
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
67
-768
/
+706
*
Get rid of _mesa_frag_attrib_to_vert_result().
Paul Berry
2013-03-15
2
-33
/
+8
*
Get rid of _mesa_vert_result_to_frag_attrib().
Paul Berry
2013-03-15
3
-37
/
+26
*
mtypes.h: Modify gl_frag_attrib to refer to new gl_varying_slot enum.
Paul Berry
2013-03-15
2
-26
/
+34
*
Replace gl_geom_result enum with gl_varying_slot.
Paul Berry
2013-03-15
6
-52
/
+22
*
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
5
-58
/
+15
*
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
40
-376
/
+343
*
mtypes.h: Modify gl_vert_result to refer to new gl_varying_slot enum.
Paul Berry
2013-03-15
2
-28
/
+43
*
mtypes.h: Add new gl_varying_slot enum, and bitfield defines.
Paul Berry
2013-03-15
1
-0
/
+70
*
i965: Change fragment input related bitfields to 64-bit.
Paul Berry
2013-03-15
5
-15
/
+16
*
driconf: add a miscellaneous section and always_have_depth_buffer option
Brian Paul
2013-03-15
1
-0
/
+14
*
driconf: reorder options, reformat comments, etc
Brian Paul
2013-03-15
1
-60
/
+74
*
i965: Make INTEL_DEBUG=shader_time use the RAW surface format.
Kenneth Graunke
2013-03-14
2
-3
/
+3
*
i965: Specialize SURFACE_STATE creation for shader time.
Kenneth Graunke
2013-03-14
4
-8
/
+45
*
i965: Fix INTEL_DEBUG=shader_time for Haswell.
Kenneth Graunke
2013-03-14
2
-4
/
+12
*
i965: Add definitions for gen7+ data cache messages.
Eric Anholt
2013-03-14
1
-0
/
+37
*
i965: Split shader_time entries into separate cachelines.
Eric Anholt
2013-03-14
4
-4
/
+13
*
mesa: Fix FB blitting in case of zero size src or dst rect
Anuj Phogat
2013-03-13
1
-1
/
+3
*
scons: Define PACKAGE_VERSION/BUGREPORT globally.
José Fonseca
2013-03-13
1
-5
/
+0
*
tests: Add $(top_srcdir)/include to AM_CPPFLAGS.
Vinson Lee
2013-03-12
1
-0
/
+1
*
scons: Define PACKAGE_xxx
José Fonseca
2013-03-13
1
-0
/
+5
*
st/mesa: add PIPE_FORMAT_R16G16B16A16_UNORM renderbuffer support
Brian Paul
2013-03-12
1
-0
/
+3
*
build: Get rid of dead MESA_ASM_FILES variable
Matt Turner
2013-03-12
1
-1
/
+0
*
mesa/build: Get rid of dead ALL_FILES variable
Matt Turner
2013-03-12
1
-6
/
+0
*
xmlpool/.gitignore: Remove 'Makefile'
Matt Turner
2013-03-12
1
-1
/
+0
*
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
5
-5
/
+5
*
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
*
i965: Fix typo in doxygen hyperlink
Chad Versace
2013-03-11
1
-1
/
+1
*
mesa: Reduce memory usage for reg alloc with many graph nodes (part 2).
Eric Anholt
2013-03-11
1
-4
/
+8
*
mesa: Reduce the memory usage for reg alloc with many graph nodes (part 1)
Eric Anholt
2013-03-11
1
-1
/
+13
*
i965/fs: Improve CSE performance by expiring some available expressions.
Eric Anholt
2013-03-11
1
-1
/
+19
*
i965/fs: Improve live variables calculation performance.
Eric Anholt
2013-03-11
2
-26
/
+32
[next]