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: 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
*
st/mesa: fix guessing the base level size
Marek Olšák
2012-11-12
1
-50
/
+44
*
mesa: fix error checking of TexStorage(levels) for array and rect textures
Marek Olšák
2012-11-12
1
-3
/
+1
*
mesa: use MaxNumlevels in _mesa_test_texobj_completeness
Marek Olšák
2012-11-12
1
-11
/
+3
*
mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2
Marek Olšák
2012-11-12
5
-6
/
+49
*
i965: Add comments for each of the surface state table's columns.
Kenneth Graunke
2012-11-12
1
-0
/
+11
*
mesa: Fix const correctness of API implementation functions.
Paul Berry
2012-11-12
4
-4
/
+6
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
53
-1467
/
+1467
*
i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.
Kenneth Graunke
2012-11-10
1
-3
/
+1
*
dri_util: Fix prologue comment for driCreateConfigs
Ian Romanick
2012-11-09
1
-17
/
+5
*
swrast: swrastFillInModes doesn't do 8-bit modes, so don't try
Ian Romanick
2012-11-09
1
-3
/
+1
*
Revert "mesa: assert that key->fragprog_inputs_read value isn't too large"
Brian Paul
2012-11-09
1
-2
/
+0
*
mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0
Mario Kleiner
2012-11-08
1
-2
/
+5
*
mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.
Kenneth Graunke
2012-11-08
1
-12
/
+4
*
mesa: Fix typo in glDeleteQueriesARB debug message.
Kenneth Graunke
2012-11-08
1
-1
/
+1
*
st/mesa: add support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
5
-23
/
+64
*
mesa: arb_texture_cube_map_array: fix attrib push/pop
Dave Airlie
2012-11-09
1
-2
/
+4
*
mesa: add get support for TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB
Dave Airlie
2012-11-09
2
-0
/
+5
*
mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
10
-7
/
+107
*
mesa: add ARB_texture_cube_map_array extension bits
Dave Airlie
2012-11-09
2
-0
/
+2
*
i965: Fix slow leak of brw->wm.compile_data->store
Eric Anholt
2012-11-08
3
-20
/
+6
*
i965/fs: Add support for global copy propagation.
Eric Anholt
2012-11-08
2
-20
/
+199
*
glsl_to_tgsi: fix dst register for texturing fetches.
Dave Airlie
2012-11-09
1
-1
/
+1
*
i965: Fix assertion in brw_alu3.
Vinson Lee
2012-11-07
1
-1
/
+1
*
mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes.
Kenneth Graunke
2012-11-07
4
-14
/
+0
*
scons: Build src/mesa/main/es1_conversion.c for all builds.
Vinson Lee
2012-11-06
1
-1
/
+2
*
dispatch: Delete unused init_dispatch functions.
Paul Berry
2012-11-06
32
-431
/
+0
*
dispatch: Code generate api_exec.c.
Paul Berry
2012-11-06
5
-934
/
+17
*
dispatch: Make all API functions non-static.
Paul Berry
2012-11-06
34
-538
/
+1304
[prev]
[next]