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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: fix signed/unsigned comparision warnings on MSVC
Brian Paul
2012-11-06
3
-7
/
+7
*
glsl: remove incorrect 'struct' keyword
Brian Paul
2012-11-06
1
-1
/
+1
*
glsl: add 'f' suffix to floats to silence MSVC warnings
Brian Paul
2012-11-06
1
-1
/
+1
*
glsl: change int->unsigned to silence MSVC warnings
Brian Paul
2012-11-06
2
-2
/
+2
*
r600g: add in-place DB decompression and texturing with DB tiling
Marek Olšák
2012-11-06
9
-80
/
+218
*
vbo: fix glVertexAttribI* functions
Marek Olšák
2012-11-06
10
-63
/
+179
*
meta: Remove redundant code in _mesa_meta_GenerateMipmap
Anuj Phogat
2012-11-05
1
-61
/
+4
*
mesa: Generate invalid operation in glGenerateMipMap for integer textures
Anuj Phogat
2012-11-05
1
-0
/
+9
*
trace: Prevent segfault when passing NULL to set_vertex_buffers.
José Fonseca
2012-11-05
2
-15
/
+23
*
galahad: Prevent segfault when passing NULL to set_vertex_buffers.
José Fonseca
2012-11-05
1
-1
/
+1
*
util: Make u_framebuffer.h C++ safe.
José Fonseca
2012-11-05
1
-0
/
+8
*
mesa: Use "non-gen name" more consistently as an error message in GL core.
Eric Anholt
2012-11-04
2
-2
/
+2
*
mesa: Fix core GL genned-name handling for glBeginQuery().
Eric Anholt
2012-11-04
1
-5
/
+11
*
mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().
Eric Anholt
2012-11-04
1
-8
/
+14
*
i965: Fix oversized initial allocation of the state cache table pointers.
Vandrus Zoltán
2012-11-04
1
-1
/
+1
*
i965: Force border color A to 1 when it's not present in the GL format.
Eric Anholt
2012-11-04
1
-0
/
+7
*
i965: Fix uploading user vertex arrays with basevertex set.
Eric Anholt
2012-11-04
3
-2
/
+7
*
i965: Set dirty state for brw_draw_upload.c when num_instances changes.
Eric Anholt
2012-11-04
1
-1
/
+4
*
i965: Remove the vbo_rebase_prims() path.
Eric Anholt
2012-11-04
1
-15
/
+6
*
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
*
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
5
-36
/
+86
*
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
[next]