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
...
*
i965: Add a little bit more debug info for validate blits.
Eric Anholt
2012-11-19
1
-1
/
+3
*
intel: Remove dead function prototype.
Eric Anholt
2012-11-19
1
-5
/
+0
*
i965: Remove stale comment about wrapped_depth.
Eric Anholt
2012-11-19
1
-14
/
+0
*
mesa: Mark GetBufferParameteri64v as implemented.
Kenneth Graunke
2012-11-19
1
-2
/
+1
*
mesa: Require gen'd names in glBeginQuery on ES 3.0.
Kenneth Graunke
2012-11-19
1
-1
/
+1
*
mesa: Support EXT_framebuffer_blit targets in ES 3.0 as well.
Kenneth Graunke
2012-11-19
1
-4
/
+5
*
mesa: Fix error code for glTexParameteri of TEXTURE_MAX_LEVEL.
Kenneth Graunke
2012-11-19
1
-1
/
+1
*
i965/vs: Don't lose attribute type when converting ATTR to FIXED_HW_REG.
Kenneth Graunke
2012-11-19
1
-0
/
+1
*
i965: Validate requested GLES context version in brwCreateContext
Chad Versace
2012-11-19
1
-33
/
+25
*
i965/fs: Properly patch special values during VGRF compaction.
Kenneth Graunke
2012-11-17
1
-0
/
+27
*
i965/gen4: Respect the VERTEX_PROGRAM_TWO_SIDE vertex program/shader flag.
Eric Anholt
2012-11-17
1
-3
/
+4
*
mesa: Fix segfault on reading from a missing color read buffer.
Eric Anholt
2012-11-17
1
-11
/
+11
*
intel: Use core mesa support for determining lastLevel.
Eric Anholt
2012-11-17
1
-3
/
+3
*
mesa: Also handle GL_TEXTURE_EXTENRAL_OES in max num levels.
Eric Anholt
2012-11-17
1
-0
/
+1
*
i965/fs: Unify the param pointer allocation for FP/non-FP.
Eric Anholt
2012-11-17
1
-13
/
+7
*
Remove OpenVMS support
Matt Turner
2012-11-16
23
-1035
/
+3
*
mesa: return INVALID_VALUE from WaitSync if timeout != GL_TIMEOUT_IGNORED
Matt Turner
2012-11-15
1
-5
/
+2
*
mesa: return INVALID_VALUE from WaitSync if flags != 0
Matt Turner
2012-11-15
1
-1
/
+1
*
mesa: return INVALID_VALUE from ClientWaitSync if flags contains an unsupport...
Matt Turner
2012-11-15
1
-1
/
+1
*
mesa: return INVALID_VALUE from VertexAttribDivisor if index out of range
Matt Turner
2012-11-15
1
-1
/
+1
*
i965/fs: Don't calculate_live_intervals() in opt_algebraic().
Kenneth Graunke
2012-11-15
1
-2
/
+0
*
i965: Remove duplicate brw_opcodes table in favor of opcode_descs.
Kenneth Graunke
2012-11-15
4
-65
/
+4
*
i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype.
Kenneth Graunke
2012-11-15
1
-2
/
+0
*
i965/fs: Remove bblock field of fs_visitor.
Kenneth Graunke
2012-11-15
1
-2
/
+0
*
i965: Remove brw_instruction_info::is_arith().
Kenneth Graunke
2012-11-15
2
-20
/
+19
*
i965: Remove some dead code optimization passes.
Kenneth Graunke
2012-11-15
1
-544
/
+0
*
i965: Remove unused BRW_PACKCOLOR8888 macro.
Kenneth Graunke
2012-11-15
1
-4
/
+0
*
i965: Remove brw_shader_program wrapper struct.
Kenneth Graunke
2012-11-15
2
-9
/
+4
*
i965: Remove unused struct brw_vs_ouput_sizes.
Kenneth Graunke
2012-11-15
1
-8
/
+0
*
mesa: Add .gitignore for hashtable collision unit test.
Paul Berry
2012-11-14
1
-0
/
+1
*
mesa: Include compiler.h in hash_table.h.
Vinson Lee
2012-11-13
1
-2
/
+4
*
i965/vs: Fix user clip plane setup on Gen4-5.
Kenneth Graunke
2012-11-13
1
-4
/
+3
*
i965/vs: Simplify the Gen6-7 part of setup_uniform_clipplane_values().
Kenneth Graunke
2012-11-13
1
-8
/
+2
*
i965/vs: Split setup_uniform_clipplane_values() into Gen4-5/6-7 parts.
Kenneth Graunke
2012-11-13
1
-21
/
+39
*
mesa: Replace random with standard C rand.
Vinson Lee
2012-11-12
1
-1
/
+1
*
mesa: Fix gallium build since 6991c2922f
Eric Anholt
2012-11-12
1
-1
/
+1
*
mesa: Convert the hash table for GL object ids to the open-addressing hash.
Eric Anholt
2012-11-12
2
-262
/
+113
*
mesa: Import a copy of the open-addressing hash table code I wrote.
Eric Anholt
2012-11-12
17
-0
/
+1275
*
automake: Remove libdricore clip.c workaround lib.
Eric Anholt
2012-11-12
1
-16
/
+7
*
automake,android: Build program/ into a helper lib (v2)
Eric Anholt
2012-11-12
10
-39
/
+166
*
android: Moves rules for libmesa_st_mesa to separate makefile
Chad Versace
2012-11-12
2
-49
/
+63
*
android: Moves rules for libmesa_dricore to separate makefile
Chad Versace
2012-11-12
2
-29
/
+64
*
android: Moves rules for mesa_gen_matypes to separate makefile
Chad Versace
2012-11-12
2
-17
/
+50
*
android: Moves rules for libmesa_glsl_utils to separate makefile
Chad Versace
2012-11-12
2
-32
/
+60
*
automake: Merge *_CXX_FILES variables in the glsl build.
Eric Anholt
2012-11-12
1
-1
/
+0
*
automake: Merge per-type *_FILES variables in intel drivers.
Eric Anholt
2012-11-12
5
-43
/
+33
*
automake: Merge separated *_CXX_FILES variables to *_FILES in core mesa.
Eric Anholt
2012-11-12
4
-27
/
+7
*
automake: Remove dead *_OBJECTS variables from the old build system.
Eric Anholt
2012-11-12
1
-17
/
+0
*
st/mesa: fix computation of last_level in GenerateMipmap
Marek Olšák
2012-11-12
1
-21
/
+7
*
st/mesa: fix computation of last_level during texture creation
Marek Olšák
2012-11-12
1
-4
/
+2
[prev]
[next]