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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Fix a comment in copy propagation.
Eric Anholt
2012-11-04
1
-1
/
+3
*
i965/fs: Allow copy-propagation on pull constant load values.
Eric Anholt
2012-11-04
1
-3
/
+4
*
i965/fs: Do dead code elimination just after copy propagation.
Eric Anholt
2012-11-04
1
-1
/
+1
*
nv50,nvc0: expose ARB_map_buffer_alignment
Lucas Stach
2012-11-04
4
-6
/
+8
*
i965/fs: Compact the virtual GRF arrays.
Kenneth Graunke
2012-11-03
2
-0
/
+61
*
dispatch_sanity test: add GL CORE 3.1 test
Jordan Justen
2012-11-03
1
-0
/
+705
*
dispatch_sanity test: create common context creation function
Jordan Justen
2012-11-03
1
-36
/
+16
*
dispatch_sanity test: allow newer functions to be set to NOP
Jordan Justen
2012-11-03
1
-3
/
+11
*
dispatch_sanity test: pass ctx to validate_functions/nops
Jordan Justen
2012-11-03
1
-9
/
+13
*
dispatch_sanity test: add version to function list
Jordan Justen
2012-11-03
1
-460
/
+461
*
mesa: remove unimplemented FramebufferTextureFaceARB
Jordan Justen
2012-11-03
3
-19
/
+0
*
mesa: remove unimplemented FramebufferTextureARB
Jordan Justen
2012-11-03
3
-16
/
+0
*
mesa: disable ProgramParameteri until it is needed
Jordan Justen
2012-11-03
1
-4
/
+0
*
glapi: alias ProgramParameteriARB to ProgramParameteri
Jordan Justen
2012-11-03
3
-5
/
+5
*
glapi: move include for ARB_get_program_binary.xml to gl_API.xml
Jordan Justen
2012-11-03
2
-1
/
+3
*
glapi: alias FramebufferTextureARB to FramebufferTexture
Jordan Justen
2012-11-03
3
-5
/
+5
*
mesa shaderapi: don't enable various functions for GL CORE
Jordan Justen
2012-11-03
1
-0
/
+2
*
mesa api_exec: disable StencilFuncSeparateATI for API_OPENGL_CORE
Jordan Justen
2012-11-03
1
-1
/
+1
*
mesa api_exec: add comment regarding GetPointerv & CORE profiles
Jordan Justen
2012-11-03
1
-0
/
+4
*
r600g: make tgsi-to-llvm generates store.pixel* intrinsic for fs
Vincent Lejeune
2012-11-02
6
-12
/
+130
*
configure.ac: Prevent build of radeon llvm backend with llvm < 3.2
Vincent Lejeune
2012-11-02
1
-5
/
+13
*
android: Update for builtin_stubs.cpp move
Thierry Reding
2012-11-02
1
-1
/
+1
*
radeonsi: Implement support for vertex shader samplers.
Michel Dänzer
2012-11-02
2
-22
/
+60
*
glsl: Fix builtin_compiler build by -I $(top_srcdir)/include.
Johannes Obermayr
2012-11-02
1
-0
/
+1
*
scons: Update for builtin_stubs.cpp
José Fonseca
2012-11-02
1
-3
/
+4
*
build: Don't cross-compile GLSL builtin compiler
Thierry Reding
2012-11-01
8
-40
/
+385
*
libgl-xlib: include glheader.h instead of GL/gl.h to fix build
Brian Paul
2012-11-01
1
-1
/
+1
*
i965: Remove unused variables after removing the old VS backend.
Kenneth Graunke
2012-11-01
1
-2
/
+0
*
i965: Remove unnecessary walk through Mesa IR in ProgramStringNotify().
Kenneth Graunke
2012-11-01
1
-82
/
+0
*
i965: Remove VS constant buffer read support from brw_eu_emit.c.
Kenneth Graunke
2012-11-01
2
-121
/
+0
*
i965: Update comment about clipper constants.
Kenneth Graunke
2012-11-01
1
-9
/
+1
*
i965/vs: Remove brw_vs_compile::constant_map.
Kenneth Graunke
2012-11-01
2
-18
/
+1
*
i965/vs: Remove support for the old parameter layout.
Kenneth Graunke
2012-11-01
5
-70
/
+7
*
i965/vs: Delete the old vertex shader backend.
Kenneth Graunke
2012-11-01
4
-1836
/
+0
*
i965/vs: Replace brw_vs_emit.c with dumping code into the vec4_visitor.
Kenneth Graunke
2012-11-01
6
-32
/
+738
*
i965/vs: Refactor min/max handling to share code.
Kenneth Graunke
2012-11-01
2
-18
/
+21
*
i965/vs: Add support for emitting DPH opcodes.
Kenneth Graunke
2012-11-01
3
-0
/
+6
*
i965/vs: Only do INTEL_DEBUG=perf when there's a GLSL shader.
Kenneth Graunke
2012-11-01
1
-3
/
+2
*
dispatch: stop generating separate GLES1 API code.
Paul Berry
2012-11-01
10
-4109
/
+4
*
dispatch: stop using _mesa_create_exec_table_es1() for GLES1.
Paul Berry
2012-11-01
2
-29
/
+18
*
dispatch: GLES1 fixes for _mesa_create_exec_table().
Paul Berry
2012-11-01
8
-164
/
+291
*
dispatch: Make a header to go along with querymatrix.c.
Paul Berry
2012-11-01
2
-9
/
+43
*
dispatch: Add standard boilerplate and GL_APIENTRY to es1_conversion.h.
Paul Berry
2012-11-01
2
-4
/
+31
*
dispatch: Include GLES1-only functions in dispatch table.
Paul Berry
2012-11-01
3
-23
/
+24
*
dispatch: properly handle parameter name mismatches in glapitemp.h.
Paul Berry
2012-11-01
2
-3
/
+6
*
dispatch: Include glheader.h in dispatch-related files.
Paul Berry
2012-11-01
4
-4
/
+4
*
dispatch: Update check_table.cpp to reflect recent aliasing changes.
Paul Berry
2012-11-01
1
-2
/
+0
*
i965/gen4: Fix assertion failures in depthstencil piglit tests.
Eric Anholt
2012-11-01
1
-4
/
+5
*
i965: Add "alpha to coverage" to performance debug recompile messages.
Kenneth Graunke
2012-10-31
1
-0
/
+1
*
i965: Don't replicate data for zero-stride arrays when copying to VBOs.
Kenneth Graunke
2012-10-31
1
-7
/
+6
[next]