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
...
*
tnl: use INTERP_4F() instead of four INTERP_F() calls
Brian Paul
2012-08-29
1
-4
/
+1
*
swrast: fix wrong assignments in _swrast_add_spec_terms_line()
Brian Paul
2012-08-29
1
-2
/
+2
*
mesa: test for GL_EXT_framebuffer_sRGB in glPopAttrib()
Brian Paul
2012-08-29
1
-1
/
+2
*
mesa: Define CPU_TO_LE32 to work on OpenBSD
Martin Pieuchot
2012-08-29
1
-0
/
+3
*
docs: remove mention of old driver maintenance
Brian Paul
2012-08-28
1
-5
/
+0
*
docs/utilities: add/update some useful utilities
Andreas Boll
2012-08-28
1
-10
/
+16
*
i965: Disable the swrast context setup on GL 3.1 core.
Eric Anholt
2012-08-28
3
-15
/
+34
*
i965: Replace general sw fallback support with a manual check for rendermode.
Eric Anholt
2012-08-28
5
-120
/
+14
*
intel: Move RenderMode fallback func to i915 driver.
Eric Anholt
2012-08-28
5
-18
/
+20
*
i965: Drop the old sw fallback for position array being disabled.
Eric Anholt
2012-08-28
1
-7
/
+0
*
i965: Drop support for forcing drawing through sw fallbacks.
Eric Anholt
2012-08-28
2
-5
/
+2
*
i965: Move depth resolve for span fallbacks to a simpler place.
Eric Anholt
2012-08-28
2
-28
/
+3
*
i965: Drop manual hiz resolves in span rendering.
Eric Anholt
2012-08-28
1
-10
/
+0
*
radeon/llvm: Handle TGSI KIL opcode for SI.
Michel Dänzer
2012-08-28
3
-0
/
+44
*
radeon/llvm: Basic support for SI EXEC register.
Michel Dänzer
2012-08-28
3
-2
/
+23
*
radeonsi: Don't write to the PA_SC_RASTER_CONFIG register.
Michel Dänzer
2012-08-28
1
-1
/
+0
*
r600g: fix relative addressing on RS780 and RS880
Marek Olšák
2012-08-28
1
-7
/
+6
*
docs/helpwanted: add radeonsi todo list
Andreas Boll
2012-08-28
1
-0
/
+2
*
configure.ac: add radeonsi to --with-gallium-drivers help string
Andreas Boll
2012-08-28
1
-1
/
+1
*
llvmpipe: Bump the maximum texture size (in pixels).
José Fonseca
2012-08-28
2
-2
/
+9
*
u_vbuf: avoid unnecessary update of the vertex elements
Vadim Girlin
2012-08-28
1
-1
/
+3
*
egl: fix invalid flag detection for EGL_KHR_create_context
Matt Turner
2012-08-27
1
-1
/
+1
*
i965: Make VS programs obey the shader_precompile driconf option.
Kenneth Graunke
2012-08-27
1
-1
/
+1
*
i965: Reenable the fragment shader precompile.
Kenneth Graunke
2012-08-27
1
-1
/
+1
*
i965: Set swizzle fields in the VS precompile program key.
Kenneth Graunke
2012-08-27
1
-0
/
+11
*
i965/vs: Add VS program key dumping to INTEL_DEBUG=perf.
Kenneth Graunke
2012-08-27
3
-1
/
+76
*
i965/fs: Assume shadow sampler swizzling is <X, X, X, 1>.
Kenneth Graunke
2012-08-27
1
-2
/
+8
*
i965: Index sampler program key data by linker-assigned index.
Kenneth Graunke
2012-08-27
6
-30
/
+30
*
i965: Only set proj_attrib_mask for fixed function.
Kenneth Graunke
2012-08-27
2
-2
/
+12
*
i965: Don't set stats_wm in the WM program key on Gen6+.
Kenneth Graunke
2012-08-27
1
-1
/
+3
*
i965: Don't set vp_outputs_written in the WM program key on Gen6+.
Kenneth Graunke
2012-08-27
2
-5
/
+10
*
i965: Double the size of the state cache.
Kenneth Graunke
2012-08-27
1
-2
/
+2
*
glapi/glx: call __glEmptyImage if USE_XCB, not memcpy directly
Julien Cristau
2012-08-27
1
-10
/
+25
*
gallium/util: implement tile code for PIPE_FORMAT_Z32_FLOAT
Brian Paul
2012-08-27
1
-0
/
+36
*
st/mesa: use fallback path for glCopyTexSubImage(GL_TEXTURE_1D_ARRAY)
Brian Paul
2012-08-27
1
-0
/
+10
*
i965: Move hiz resolve to after renderbuffer resizing (v2)
Chad Versace
2012-08-27
1
-4
/
+5
*
i965: Remove redundant null check
Chad Versace
2012-08-27
1
-2
/
+1
*
r300g: implement TRUNC correctly
Marek Olšák
2012-08-27
4
-1
/
+42
*
radeonsi: Use FP16 shader export format when necessary / possible.
Michel Dänzer
2012-08-27
6
-18
/
+114
*
radeonsi: Refactor initialization of shader export intrinsic arguments.
Michel Dänzer
2012-08-27
1
-36
/
+48
*
radeonsi: Maintain cache of pixel shader variants according to contxt state.
Michel Dänzer
2012-08-27
6
-59
/
+210
*
radeonsi: Drop extraneous semicolons from pm4 state macro definitions.
Michel Dänzer
2012-08-27
1
-3
/
+3
*
r600g: implement compression for MSAA colorbuffers for evergreen
Marek Olšák
2012-08-27
12
-19
/
+529
*
r600g: cleanup names around depth decompression
Marek Olšák
2012-08-27
5
-24
/
+24
*
r600g: fix evergreen 8x MSAA sample positions
Marek Olšák
2012-08-27
1
-16
/
+16
*
r600g: set CB_TARGET_MASK to 0xf and not 0xff for resolve on evergreen
Marek Olšák
2012-08-27
1
-0
/
+1
*
gallium/u_blitter: initialize sample mask in resolve
Marek Olšák
2012-08-27
1
-0
/
+1
*
r300/compiler: Use variable lists in the rename_regs pass
Tom Stellard
2012-08-26
1
-17
/
+14
*
i965: Rewrite the comment describing the query object support.
Eric Anholt
2012-08-26
1
-10
/
+12
*
i965/gen6+: Add support for GL_ARB_timer_query.
Eric Anholt
2012-08-26
6
-2
/
+64
[prev]
[next]