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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/Gen7: Set up layer constraints properly for depth buffers
Chris Forbes
2014-05-09
1
-9
/
+6
*
i965/Gen8: Set up layer constraints properly for renderbuffers
Chris Forbes
2014-05-09
1
-10
/
+5
*
i965/Gen7: Set up layer constraints properly for renderbuffers
Chris Forbes
2014-05-09
1
-10
/
+7
*
i965: Fix typo in assert message
Chris Forbes
2014-05-09
1
-1
/
+1
*
radeonsi: Don't use anonymous struct trick in atom tracking
Adam Jackson
2014-05-08
6
-10
/
+10
*
llvmpipe: change LP_MAX_SHADER_INSTRUCTIONS limit definition.
Roland Scheidegger
2014-05-08
1
-1
/
+3
*
draw: do not use draw_get_option_use_llvm() inside draw execution paths
Roland Scheidegger
2014-05-08
5
-12
/
+12
*
i965: Fix depth (array slices) computation for 1D_ARRAY render targets.
Kenneth Graunke
2014-05-07
2
-0
/
+5
*
mesa: Fix MaxNumLayers for 1D array textures.
Kenneth Graunke
2014-05-07
1
-0
/
+2
*
i965: Enable GL_ARB_texture_view on Broadwell.
Kenneth Graunke
2014-05-07
2
-12
/
+21
*
mesa: pass target through to driver when choosing texture format
Ilia Mirkin
2014-05-07
1
-1
/
+1
*
nv50/ir/gk110: fix set with f32 dest
Ilia Mirkin
2014-05-07
1
-0
/
+3
*
nv50/ir: allow load propagation when flags are defined
Ilia Mirkin
2014-05-07
1
-3
/
+4
*
mesa/st: pass 4-offset TG4 without lowering if supported
Ilia Mirkin
2014-05-07
1
-14
/
+41
*
gallium: add a cap for supporting 4-offset TG4 opcodes
Ilia Mirkin
2014-05-07
14
-6
/
+21
*
svga: add switch case for PIPE_SHADER_CAP_PREFERRED_IR, remove default case
Brian Paul
2014-05-07
1
-8
/
+10
*
tgsi: add missing switch cases in tgsi_exec_get_shader_param()
Brian Paul
2014-05-07
1
-2
/
+8
*
gallivm: add PIPE_SHADER_CAP_PREFERRED_IR switch case, remove default
Brian Paul
2014-05-07
1
-2
/
+6
*
gallium: remove enum numbers from shader cap queries
Brian Paul
2014-05-07
1
-32
/
+32
*
linker: Fix consumer_inputs_with_locations indexing
Ian Romanick
2014-05-07
2
-10
/
+9
*
st/wgl: Advertise WGL_ARB_create_context(_profile).
José Fonseca
2014-05-07
1
-0
/
+2
*
st/wgl: Honour request of 3.1 contexts through core profile where available.
José Fonseca
2014-05-07
1
-2
/
+15
*
meta: Only clear the requested color buffers.
Kenneth Graunke
2014-05-06
1
-2
/
+49
*
meta: Add infrastructure for saving/restoring the DrawBuffers state.
Kenneth Graunke
2014-05-06
2
-0
/
+42
*
meta: Add a new MESA_META_DRAW_BUFFERS bit.
Kenneth Graunke
2014-05-06
4
-4
/
+6
*
meta: Unify the GLSL and fixed-function clear paths.
Kenneth Graunke
2014-05-06
1
-102
/
+51
*
i965: Always intel_prepare_render() after invalidating front buffers.
Kenneth Graunke
2014-05-06
1
-0
/
+2
*
radeonsi: implement ARB_texture_cube_map_array
Marek Olšák
2014-05-06
5
-7
/
+49
*
configure.ac: radeonsi requires EGL_DRM and GBM
Marek Olšák
2014-05-06
1
-0
/
+14
*
glsl: fix bogus layout qualifier warnings
Tapani Pälli
2014-05-06
1
-4
/
+7
*
docs: Import 10.1.2 release notes, andd news item.
Carl Worth
2014-05-05
3
-0
/
+186
*
st/egl: Flush resources before presentation (android - bug 77966)
Paulo Sergio Travaglia
2014-05-05
1
-0
/
+7
*
docs: mark ARB_stencil_texturing as done for nv50+/r600+
Ilia Mirkin
2014-05-04
2
-1
/
+63
*
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
*
mesa: Bump version to 10.3-devel
Ian Romanick
2014-05-02
1
-1
/
+1
*
docs: Add missing release notes for ARB_separate_shader_objects
10.2-branchpoint
Ian Romanick
2014-05-02
2
-1
/
+3
*
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
[prev]
[next]