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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move intel_context::upload to brw_context.
Kenneth Graunke
2013-07-09
3
-66
/
+61
*
i965: Move intel_context::max_gtt_map_object_size to brw_context.
Kenneth Graunke
2013-07-09
4
-5
/
+5
*
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
23
-39
/
+20
*
i965: Move intel_context::no_batch_wrap to brw_context.
Kenneth Graunke
2013-07-09
4
-6
/
+4
*
i965: Move intel_context's framerate throttling fields to brw_context.
Kenneth Graunke
2013-07-09
5
-15
/
+17
*
i965: Move intel_context::stats_wm to brw_context.
Kenneth Graunke
2013-07-09
6
-8
/
+7
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
33
-206
/
+170
*
i965: Move intel_context::hw_ctx to brw_context.
Kenneth Graunke
2013-07-09
7
-13
/
+11
*
i965: Move intel_context::bufmgr to brw_context.
Kenneth Graunke
2013-07-09
14
-38
/
+29
*
i965: Move intel_context's driconf flags to brw_context.
Kenneth Graunke
2013-07-09
5
-18
/
+21
*
i965: Move intel_context::reduced_primitive to brw_context.
Kenneth Graunke
2013-07-09
6
-8
/
+8
*
i965: Move front buffer rendering fields from intel_context to brw.
Kenneth Graunke
2013-07-09
8
-53
/
+52
*
i965: Move intel_context::vtbl to brw_context.
Kenneth Graunke
2013-07-09
9
-85
/
+79
*
i965: Move intel_context::optionCache to brw_context.
Kenneth Graunke
2013-07-09
5
-17
/
+17
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
77
-777
/
+782
*
i965: Remove pointless intel_context parameter from try_copy_propagate.
Kenneth Graunke
2013-07-09
2
-5
/
+3
*
i965: Add forward declarations of brw_context to a few places.
Kenneth Graunke
2013-07-09
2
-0
/
+2
*
i965: Replace #include "intel_context.h" with brw_context.h.
Kenneth Graunke
2013-07-09
29
-29
/
+23
*
i965: Move ctx->Const setup from intelInitContext to the new helper.
Kenneth Graunke
2013-07-09
2
-25
/
+21
*
i965: Split code to set ctx->Const values into a helper function.
Kenneth Graunke
2013-07-09
1
-110
/
+120
*
i915: Remove i965+ chip names.
Kenneth Graunke
2013-07-09
1
-1
/
+0
*
i965: Remove i915 chip names.
Kenneth Graunke
2013-07-09
1
-1
/
+0
*
i965: Replace intel_context:needs_ff_sync with intel->gen == 5.
Kenneth Graunke
2013-07-09
6
-14
/
+8
*
i965: Add missing newline to blorp color clear perf_debug message.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
glsl: Silence unused variable warning in the release build
Emil Velikov
2013-07-08
1
-0
/
+2
*
glsl/ast: Silence uninitialized variable warnings in the release build
Emil Velikov
2013-07-08
1
-0
/
+2
*
i965: Add an assertion to brwProgramStringNotify.
Paul Berry
2013-07-08
1
-2
/
+16
*
glsl: Allow non-constant expression initializers of const-qualified vars.
Matt Turner
2013-07-08
1
-11
/
+19
*
r600g: improve the mechanism for recognizing an empty CS
Marek Olšák
2013-07-08
3
-3
/
+8
*
r600g: explicitly flush caches for streamout-based buffer copying & clearing
Marek Olšák
2013-07-08
1
-0
/
+13
*
r600g: only flush the caches that need to be flushed during CP DMA operations
Marek Olšák
2013-07-08
3
-32
/
+117
*
r600g: split INVAL_READ_CACHES into vertex, tex, and const cache flags
Marek Olšák
2013-07-08
5
-27
/
+52
*
r600g: adjust flush flags (v3)
Alex Deucher
2013-07-08
6
-7
/
+42
*
r600g: don't call buffer_wait in buffer_mmap_sync_with_rings
Marek Olšák
2013-07-08
1
-2
/
+1
*
r600g: don't read back the MSAA depth buffer if the read flag is not set
Marek Olšák
2013-07-08
1
-8
/
+8
*
r600g: don't flush the context in texture_transfer_map
Marek Olšák
2013-07-08
1
-5
/
+0
*
r600g: fix texture offset computation for mapped MSAA depth buffers
Marek Olšák
2013-07-08
2
-16
/
+14
*
r600g: fix color resolve for RGBX8 and RGBX16 integer formats
Marek Olšák
2013-07-08
1
-2
/
+2
*
r600g: enable fast MSAA color clear for array/3D/cube textures
Marek Olšák
2013-07-08
1
-4
/
+3
*
r600g: implement fast MSAA color clear for integer textures
Marek Olšák
2013-07-08
1
-9
/
+12
*
r600/uvd: fix check for UVD 2.x
Christian König
2013-07-08
1
-1
/
+1
*
i965: fix alpha test for MRT
Chris Forbes
2013-07-06
4
-10
/
+9
*
gallivm: (trivial) fix using one lod instead of per-quad lod for texel fetch
Roland Scheidegger
2013-07-05
1
-1
/
+2
*
gallivm: Remove bogus assert.
José Fonseca
2013-07-05
1
-4
/
+1
*
nvc0: enable very initial support for nvf0 (GK110)
Ben Skeggs
2013-07-05
5
-5
/
+76
*
gallivm: (trivial) fix bogus assertion for per-element lod with 1d resources
Roland Scheidegger
2013-07-05
2
-2
/
+1
*
gallivm: do per-pixel lod calculations for explicit lod
Roland Scheidegger
2013-07-04
10
-126
/
+195
*
draw: fix overflows in the indexed rendering paths
Zack Rusin
2013-07-03
4
-43
/
+159
*
draw/llvm: index overflows if it's greater than elt max
Zack Rusin
2013-07-03
1
-1
/
+1
*
i965: Move the rest of intel_tex_layout.c into brw_tex_layout.c.
Kenneth Graunke
2013-07-03
6
-191
/
+102
[next]