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
*
mesa/st: implement ARB_stencil_texturing
Ilia Mirkin
2014-05-04
2
-0
/
+9
*
nv50,nvc0: add X8Z24_UNORM, fix stencil-only formats
Ilia Mirkin
2014-05-04
1
-3
/
+9
*
xa: fix segfault
Rob Clark
2014-05-04
1
-0
/
+3
*
i965: Set miptree target field when creating from a BO.
Kenneth Graunke
2014-05-02
1
-0
/
+1
*
i965: Move push constant state packets to push constant update time.
Eric Anholt
2014-05-02
8
-46
/
+42
*
i965: Merge gen8_upload_constant_state into gen7_upload_constant_state.
Eric Anholt
2014-05-02
5
-34
/
+16
*
i965: Refactor gen7_upload_constant_state to look more like gen8.
Eric Anholt
2014-05-02
1
-25
/
+15
*
i965: Drop unnecessary state flag for units on NEW_BINDING_TABLE.
Eric Anholt
2014-05-02
6
-6
/
+0
*
i965/gen7+: Move sampler state packets to the stage sampler state table update.
Eric Anholt
2014-05-02
9
-44
/
+24
*
i965/gen6: Don't update unit state when samplers change.
Eric Anholt
2014-05-02
2
-3
/
+2
*
i965: Drop a NEW_SAMPLER annotation for use of sampler_count.
Eric Anholt
2014-05-02
3
-3
/
+0
*
i965: Simplify sampler setup by passing the stage state.
Eric Anholt
2014-05-02
3
-29
/
+13
*
i965: Make batch dumping go to stderr, too.
Eric Anholt
2014-05-02
1
-0
/
+1
*
i965: Fix a stale comment reference
Eric Anholt
2014-05-02
1
-1
/
+1
*
glx: Conditionally compile GLX_MESA_query_renderer DRI3 support
Armin K
2014-05-02
1
-0
/
+4
*
radeonsi: add support for Mullins asics.
Samuel Li
2014-05-02
4
-0
/
+11
*
dri3: Enable GLX_MESA_query_renderer on DRI3 too
Ian Romanick
2014-05-02
4
-2
/
+56
*
util: Don't attempt to redefine INFINITY/NAN on VS 2013.
José Fonseca
2014-05-02
1
-0
/
+5
*
mesa: VS 2013 does not provide strcasecmp.
José Fonseca
2014-05-02
1
-1
/
+3
*
egl: Don't attempt to redefine stdint.h types with VS 2010.
José Fonseca
2014-05-02
1
-1
/
+2
*
draw: Prevent signed/unsigned comparisons.
José Fonseca
2014-05-02
1
-1
/
+1
*
st/vega: Prevent signed/unsigned comparisons.
José Fonseca
2014-05-02
1
-5
/
+5
*
util/u_debug_flush: Use util_snprintf.
José Fonseca
2014-05-02
1
-2
/
+3
*
targets/omx: add nouveau target
Emil Velikov
2014-05-02
3
-0
/
+65
*
targets/omx: use GALLIUM_VIDEO_CFLAGS
Emil Velikov
2014-05-02
2
-14
/
+2
*
targets/pipe-loader: cleanup version-script
Emil Velikov
2014-05-02
3
-5
/
+9
*
targets/opencl: hide all the exported llvm/clang mayhem... hopefully
Emil Velikov
2014-05-02
2
-0
/
+7
*
targets/egl-static: freshen up the version script
Emil Velikov
2014-05-02
3
-5
/
+8
*
targets/gbm: add version-script to limit exported symbols
Emil Velikov
2014-05-02
2
-0
/
+7
*
targets/vdpau: use version script to limit the exported symbols
Emil Velikov
2014-05-02
5
-7
/
+9
*
targets/omx: drop the version from the omx targets
Emil Velikov
2014-05-02
1
-0
/
+1
*
targets/omx: use version script to limit amount of exported symbols
Emil Velikov
2014-05-02
4
-5
/
+7
*
targets/dri: use a single version script to restict exported symbols
Emil Velikov
2014-05-02
8
-21
/
+6
*
targets/xvmc: limit the amount of exported symbols
Emil Velikov
2014-05-02
2
-1
/
+33
*
targets/osmesa: hide osmesa_create_screen
Emil Velikov
2014-05-02
1
-1
/
+3
*
targets/pipe-loader: drop driver_descriptor symbol from swrast
Emil Velikov
2014-05-02
2
-4
/
+2
*
mesa: add extra null checks in vbo_rebase_prims()
Juha-Pekka Heikkila
2014-05-02
1
-2
/
+21
*
mesa: add missing null checks in _tnl_register_fastpath()
Juha-Pekka Heikkila
2014-05-02
1
-2
/
+12
*
mesa: Add _mesa_error_no_memory for logging out-of-memory messages
Ian Romanick
2014-05-02
5
-3
/
+52
*
glsl: make static constant variables "static const"
Chia-I Wu
2014-05-02
6
-38
/
+39
*
i965: Enable INTEL_performance_query for Gen5+.
Petri Latvala
2014-05-02
1
-1
/
+3
*
mesa: Implement INTEL_performance_query.
Petri Latvala
2014-05-02
1
-46
/
+441
*
mesa: Add core support for the GL_INTEL_performance_query extension.
Petri Latvala
2014-05-02
11
-1
/
+399
*
mesa: Add INTEL_performance_query enums to tests/enum_strings.cpp
Petri Latvala
2014-05-02
1
-0
/
+18
*
nouveau: add ARB_buffer_storage support
Ilia Mirkin
2014-05-02
10
-5
/
+112
*
nouveau: remove cb_dirty, it's never used
Ilia Mirkin
2014-05-02
2
-4
/
+1
*
nvc0: treat non-linear 2DRect textures the same as 2D
Ilia Mirkin
2014-05-02
1
-1
/
+1
*
mesa/st: enable carry/borrow lowering pass
Ilia Mirkin
2014-05-02
1
-0
/
+2
*
glsl: add lowering passes for carry/borrow
Ilia Mirkin
2014-05-02
2
-0
/
+60
*
mesa: Eliminate gl_shader_program::InternalSeparateShader
Ian Romanick
2014-05-02
3
-14
/
+2
[next]