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
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Gut the separate OpenGL ES extension enabling.
Kenneth Graunke
2012-05-23
7
-148
/
+4
*
i965: use cut index to handle primitive restart when possible
Jordan Justen
2012-05-23
1
-1
/
+80
*
i965: add flag to enable cut_index
Jordan Justen
2012-05-23
4
-1
/
+12
*
i965: create code path to handle primitive restart in hardware
Jordan Justen
2012-05-23
7
-0
/
+112
*
i965/gen6+: Add support for GL_ARB_blend_func_extended.
Eric Anholt
2012-05-23
13
-8
/
+112
*
i965/gen6+: Add support for fast depth clears.
Eric Anholt
2012-05-23
8
-12
/
+150
*
i965/gen6: Add CC viewport state setup to blorp code.
Eric Anholt
2012-05-23
1
-0
/
+26
*
i965/gen7: Add CC viewport setup to blorp code.
Eric Anholt
2012-05-23
1
-0
/
+21
*
i965: Drop a layer of indirection in doing HiZ resolves.
Eric Anholt
2012-05-23
7
-120
/
+9
*
i965: Replace intel_need_resolve with the hiz ops it maps to.
Eric Anholt
2012-05-23
3
-17
/
+21
*
i965: Add an interface for doing hiz ops from C code.
Eric Anholt
2012-05-23
4
-15
/
+44
*
i965: Rename the clear function for this driver.
Eric Anholt
2012-05-23
1
-2
/
+2
*
i965: Simplify the remaining clear logic by relying on the meta clear.
Eric Anholt
2012-05-23
1
-47
/
+11
*
i965: Switch blit color clears to tri clears on gen4/5.
Eric Anholt
2012-05-23
1
-28
/
+2
*
i965: Remove dead logic for non-tri depth/stencil clears.
Eric Anholt
2012-05-23
1
-26
/
+2
*
i965: We always have GLSL, so always use it for tri clears.
Eric Anholt
2012-05-23
1
-4
/
+1
*
i915: Drop gen4+ code from the forked clear code.
Eric Anholt
2012-05-23
1
-10
/
+1
*
intel: Fork the intel_clear.c file between i915 and i965.
Eric Anholt
2012-05-23
4
-8
/
+209
*
i965: Completely annotate the batch bo when aub dumping.
Paul Berry
2012-05-22
6
-27
/
+117
*
intel: When AUB dumping, flush before emitting final bitmap command.
Paul Berry
2012-05-22
1
-1
/
+3
*
i965/vs: Fix up swizzle for dereference_array of matrices.
Eric Anholt
2012-05-17
1
-2
/
+2
*
i965/fs: Do more register coalescing by using the interference graph.
Eric Anholt
2012-05-17
2
-0
/
+62
*
i965/blorp: Move exec() out of brw_blorp_params.
Paul Berry
2012-05-15
3
-6
/
+9
*
i965/gen6: Initial implementation of MSAA.
Paul Berry
2012-05-15
23
-121
/
+662
*
i965/gen6+: Add code to perform blits on the render path ("blorp").
Paul Berry
2012-05-15
8
-27
/
+1730
*
i965: Expose surface setup internals for use by blits.
Paul Berry
2012-05-15
3
-2
/
+4
*
i965: split gen{6,7}_blorp_exec functions into manageable chunks.
Paul Berry
2012-05-15
3
-522
/
+647
*
i965: Parameterize HiZ code to prepare for adding blitting.
Paul Berry
2012-05-15
7
-177
/
+335
*
i965: Implement guardband clipping on Ivybridge.
Kenneth Graunke
2012-05-15
2
-5
/
+15
*
i965: Implement guardband clipping on Sandybridge.
Kenneth Graunke
2012-05-15
2
-10
/
+15
*
Revert "i965/fs: Jump from discard statements to the end of the program when ...
Eric Anholt
2012-05-14
4
-126
/
+5
*
i965/fs: Remove the requirement of no dead code for interference checks.
Eric Anholt
2012-05-14
1
-12
/
+12
*
i965/fs: Add support for copy propagation.
Eric Anholt
2012-05-14
5
-0
/
+143
*
i965/fs: When doing no work for live interval calculation, do no allocation.
Eric Anholt
2012-05-14
1
-7
/
+7
*
i965/gen7: Set tile_x/y to 0 in the no-stencil case.
Eric Anholt
2012-05-14
1
-1
/
+1
*
intel: Fix signed/unsigned comparison warnings.
Eric Anholt
2012-05-14
2
-5
/
+6
*
intel: Fix compile warning from 7b6424143d8bf572cadd46adcbaa91d2a5598635
Eric Anholt
2012-05-14
1
-2
/
+2
*
intel: Fix compiler warning from 3cd7bee48f7caf7850ea64d40f43875d4c975507
Eric Anholt
2012-05-14
1
-2
/
+0
*
i965/fs: Add a local common subexpression elimination pass.
Kenneth Graunke
2012-05-14
4
-0
/
+201
*
i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
Kenneth Graunke
2012-05-14
3
-16
/
+16
*
nouveau/vieux: finish != flush, how about we do that..
Ben Skeggs
2012-05-12
3
-0
/
+23
*
i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h
Paul Berry
2012-05-10
5
-5
/
+5
*
i965/hiz: Convert gen{6,7}_hiz.c to C++
Paul Berry
2012-05-10
3
-3
/
+3
*
i965/hiz: Make void pointer type casts explicit
Paul Berry
2012-05-10
1
-5
/
+7
*
intel: Work around differences between C and C++ scoping rules.
Paul Berry
2012-05-10
2
-25
/
+29
*
intel: Add extern "C" declarations to headers
Paul Berry
2012-05-10
10
-1
/
+75
*
i965: fix wrong cube/3D texture layout
Yuanhan Liu
2012-05-09
1
-2
/
+3
*
mesa: move gl_client_array*[] from vbo_draw_func into gl_context
Marek Olšák
2012-05-08
3
-7
/
+5
*
i965/Gen7: Work around GPU hangs due to misaligned depth coordinate offsets.
Paul Berry
2012-05-07
2
-0
/
+54
*
i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.
Paul Berry
2012-05-07
2
-0
/
+54
[next]