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
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move _mesa_ir_link_shader call before device-specific linking
Ian Romanick
2011-11-07
1
-3
/
+3
*
i965: Fix Sandybridge regression introduced by workaround-free math.
Kenneth Graunke
2011-11-07
1
-1
/
+1
*
i965: Enable faster workaround-free math on Ivybridge.
Kenneth Graunke
2011-11-07
6
-17
/
+81
*
i965: Fix struct vs class warnings in brw_fs_vector_splitting.cpp.
Kenneth Graunke
2011-11-06
1
-2
/
+2
*
i965: Fix constant propagation into 32-bit integer MUL.
Paul Berry
2011-11-03
2
-2
/
+15
*
mesa, i965: prepare for more than 8 texture targets
Chia-I Wu
2011-11-03
1
-1
/
+1
*
i965: Add support for integral vertex attributes.
Paul Berry
2011-11-02
3
-4
/
+67
*
i965: Fix flat integral varyings.
Paul Berry
2011-10-31
2
-3
/
+5
*
i965/gen6+: Switch GLSL from ALT to IEEE floating point mode
Paul Berry
2011-10-31
4
-6
/
+26
*
i965: Remove the prepare() hook from state atoms.
Eric Anholt
2011-10-29
1
-1
/
+0
*
i965: Remove the memcpy()ed atoms array now that everything is emit()-based.
Eric Anholt
2011-10-29
2
-12
/
+9
*
i965: Merge brw_validate_state() and brw_upload_state() together.
Eric Anholt
2011-10-29
3
-19
/
+5
*
i965: Remove state upload code for calling prepare() now that there are none.
Eric Anholt
2011-10-29
1
-20
/
+3
*
i965: Remove some old texturing debug code.
Eric Anholt
2011-10-29
3
-21
/
+0
*
i965: Finally, move the global fallbacks check to emit() time.
Eric Anholt
2011-10-29
1
-1
/
+1
*
i965: Move index buffer upload to emit() time.
Eric Anholt
2011-10-29
1
-2
/
+2
*
i965: Do a hack job of merging VB prepare()/emit() together.
Eric Anholt
2011-10-29
1
-1
/
+2
*
i965: Move the WM input sizes calculation to emit() time.
Eric Anholt
2011-10-29
1
-1
/
+1
*
i965: Move program compile to emit() time.
Eric Anholt
2011-10-29
5
-9
/
+13
*
i965/gen4: Move CURBE offset calculation to emit() time.
Eric Anholt
2011-10-29
1
-1
/
+1
*
i965/gen4: Fold push constant prepare()/emit() together.
Eric Anholt
2011-10-29
1
-13
/
+9
*
i965/gen6: Move viewport state setup to emit() time.
Eric Anholt
2011-10-29
1
-4
/
+4
*
i965/gen4: Move URB fence recalculate to emit() time.
Eric Anholt
2011-10-29
1
-1
/
+1
*
i965: Fold the gen6/7 URB state prepare()/emit() together.
Eric Anholt
2011-10-29
2
-18
/
+6
*
i965: Move VS pull constant upload to emit() time.
Eric Anholt
2011-10-29
1
-2
/
+2
*
i965: Fold prepare() and emit() of VS surface state setup together.
Eric Anholt
2011-10-29
1
-37
/
+25
*
i965: Move WM pull constant setup to emit() time.
Eric Anholt
2011-10-29
1
-2
/
+2
*
i965/gen7: Fold WM surface state prepare()/emit() together.
Eric Anholt
2011-10-29
1
-38
/
+18
*
i965/gen4: Fold WM surface state prepare()/emit() together.
Eric Anholt
2011-10-29
1
-36
/
+18
*
i965: Move sampler state to emit() time.
Eric Anholt
2011-10-29
2
-4
/
+4
*
i965/gen4: Move unit state setup to emit() time.
Eric Anholt
2011-10-29
6
-10
/
+11
*
i965/gen7: Fold prepare() and emit() of SF CLIP/VP state together.
Eric Anholt
2011-10-29
1
-9
/
+4
*
i965/gen4: Move CC VP to emit() time, since it's only needed by CC's emit().
Eric Anholt
2011-10-29
1
-2
/
+2
*
i965: Move push constants setup to emit() time.
Eric Anholt
2011-10-29
2
-6
/
+6
*
i965/gen6: Move setup of CC state batches to emit time.
Eric Anholt
2011-10-29
2
-6
/
+6
*
i965: Check Fallback again after upload.
Eric Anholt
2011-10-29
1
-1
/
+6
*
i965: Remove the validated BO list, now that it's unused.
Eric Anholt
2011-10-29
12
-109
/
+2
*
i965: Use the batch save/reset code to avoid needing the BO validate step.
Eric Anholt
2011-10-29
1
-33
/
+27
*
i965: Add a note about an unsafe-looking state check.
Eric Anholt
2011-10-29
1
-0
/
+5
*
i965: Use glsl_type::column_type instead of open-coding it
Ian Romanick
2011-10-28
1
-3
/
+1
*
i965/fs: Use the actual hardware g0 register for texel offset setup.
Kenneth Graunke
2011-10-28
1
-1
/
+1
*
i965/gen6+: Add support for noperspective interpolation.
Paul Berry
2011-10-27
9
-39
/
+122
*
i965/gen6+: Rename GEN6_CLIP_BARYCENTRIC_ENABLE.
Paul Berry
2011-10-27
1
-1
/
+1
*
i965/fs: use determine_interpolation_mode().
Paul Berry
2011-10-27
1
-4
/
+4
*
i965/gen6+: Parameterize barycentric interpolation modes.
Paul Berry
2011-10-27
10
-38
/
+103
*
i965/fs: Fix split_virtual_grfs() when delta_xy not in a virtual register.
Paul Berry
2011-10-27
1
-1
/
+1
*
intel: Drop texture border support code.
Eric Anholt
2011-10-26
1
-16
/
+1
*
glsl: Add uniform_locations_assigned parameter to do_dead_code opt pass
Ian Romanick
2011-10-25
1
-1
/
+2
*
i965: Add more #defines for Gen6+ 3DSTATE_GS fields.
Kenneth Graunke
2011-10-25
1
-0
/
+8
*
i965: Add new brw_context::max_gs_threads constant.
Kenneth Graunke
2011-10-25
2
-0
/
+8
[next]