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
/
mesa
/
drivers
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Don't set brw_wm_prog_key::iz_lookup on Gen6+.
Kenneth Graunke
2012-06-19
1
-18
/
+20
*
i965: Fix brw_swap_cmod() for LE/GE comparisons.
Kenneth Graunke
2012-06-18
1
-4
/
+4
*
i965: Add support for ir_unop_f2u to i965 backend.
Paul Berry
2012-06-15
3
-0
/
+3
*
i965/blorp: Implement source clipping.
Paul Berry
2012-06-15
1
-3
/
+11
*
i965: Add forgotten bitcast operations in brw_fs_channel_expressions.
Kenneth Graunke
2012-06-07
1
-0
/
+4
*
i965/blorp: allow all buffer formats provided src and dst match.
Paul Berry
2012-06-07
1
-25
/
+7
*
i965/blorp: Implement logic for additional buffer formats.
Paul Berry
2012-06-07
3
-7
/
+37
*
i965/blorp: De-virtualize brw_blorp_{mip,surface}_info::set() function.
Paul Berry
2012-06-07
1
-4
/
+4
*
i965/blorp: Refactor surface format determination.
Paul Berry
2012-06-07
4
-10
/
+10
*
i965: Enable the GL_ARB_shader_bit_encode extension.
Kenneth Graunke
2012-06-07
2
-0
/
+24
*
i965/fs: Fix user-defined FS outputs with less than four components.
Kenneth Graunke
2012-06-05
2
-2
/
+9
*
i965/vs: Fix texelFetchOffset() on pre-Gen7.
Kenneth Graunke
2012-06-05
1
-2
/
+2
*
i965/fs: Fix texelFetchOffset() on pre-Gen7.
Kenneth Graunke
2012-06-05
1
-12
/
+28
*
i965: Implement texture buffer objects on Gen6.
Kenneth Graunke
2012-06-02
2
-0
/
+61
*
i965/blorp: Implement destination clipping and scissoring
Paul Berry
2012-05-29
1
-5
/
+67
*
i965/msaa: Enable 4x MSAA on Gen7.
Paul Berry
2012-05-25
1
-8
/
+4
*
i965/msaa: Implement manual blending operation for Gen7.
Paul Berry
2012-05-25
1
-23
/
+67
*
i965/msaa: Modify blorp code to account for Gen7 MSAA layouts.
Paul Berry
2012-05-25
3
-68
/
+151
*
i965/msaa: Validate Gen7 surface state constraints.
Paul Berry
2012-05-25
3
-3
/
+109
*
i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
2012-05-25
6
-3
/
+28
*
i965/msaa: Add defines for Gen7.
Paul Berry
2012-05-25
1
-0
/
+5
*
i965/blorp: Enable blorp blits on Gen7.
Paul Berry
2012-05-25
2
-2
/
+4
*
i965/blorp: Implement proper texel fetch messages for Gen7.
Paul Berry
2012-05-25
2
-2
/
+31
*
i965/blorp: Use 16 pixel dispatch on Gen7.
Paul Berry
2012-05-25
1
-1
/
+9
*
i965/blorp: Allocate space for push constants on Gen7.
Paul Berry
2012-05-25
3
-30
/
+28
*
i965/blorp: Set the dynamic state upper bound.
Paul Berry
2012-05-25
1
-1
/
+6
*
i965/blorp: Factor gen6_blorp_emit_batch_head into separate functions.
Paul Berry
2012-05-25
3
-34
/
+49
*
i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary
Paul Berry
2012-05-25
4
-27
/
+87
*
i965/blorp: Emit sample index in SAMPLE_LD message when necessary
Paul Berry
2012-05-25
2
-21
/
+36
*
i965/blorp: Generalize sampling code in preparation for Gen7
Paul Berry
2012-05-25
1
-26
/
+61
*
i965: Gut the separate OpenGL ES extension enabling.
Kenneth Graunke
2012-05-23
2
-2
/
+0
*
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
6
-0
/
+108
*
i965/gen6+: Add support for GL_ARB_blend_func_extended.
Eric Anholt
2012-05-23
12
-8
/
+111
*
i965/gen6+: Add support for fast depth clears.
Eric Anholt
2012-05-23
7
-12
/
+145
*
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
5
-81
/
+0
*
i965: Add an interface for doing hiz ops from C code.
Eric Anholt
2012-05-23
2
-15
/
+12
*
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
*
intel: Fork the intel_clear.c file between i915 and i965.
Eric Anholt
2012-05-23
3
-2
/
+204
*
i965: Completely annotate the batch bo when aub dumping.
Paul Berry
2012-05-22
4
-26
/
+112
*
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
[next]