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
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
*
i965: Add an assertion to brwProgramStringNotify.
Paul Berry
2013-07-08
1
-2
/
+16
*
i965: fix alpha test for MRT
Chris Forbes
2013-07-06
4
-10
/
+9
*
i965: Move the rest of intel_tex_layout.c into brw_tex_layout.c.
Kenneth Graunke
2013-07-03
6
-191
/
+102
*
i965: Push intel_get_texture_alignment_unit call into brw_miptree_layout
Kenneth Graunke
2013-07-03
2
-3
/
+3
*
i965: Declare for-loop counters in the loop in brw_tex_layout.c.
Kenneth Graunke
2013-07-03
1
-11
/
+7
*
i965: Remove use of GLuint/GLint in brw_tex_layout.c.
Kenneth Graunke
2013-07-03
1
-19
/
+19
*
i965: Tidy the brw_tex_layout.c copyright and file header comments.
Kenneth Graunke
2013-07-03
1
-34
/
+31
*
i965: Move i945_texture_layout_2d to brw_tex_layout.c
Kenneth Graunke
2013-07-03
3
-71
/
+72
*
i965: Remove fallthrough for Gen4 cube map layout.
Kenneth Graunke
2013-07-03
1
-9
/
+7
*
i965: Combine GL_TEXTURE_CUBE_MAP_ARRAY case with the other array cases.
Kenneth Graunke
2013-07-03
1
-5
/
+2
*
i965: Pull 3D texture layout code out into a helper function.
Kenneth Graunke
2013-07-03
1
-77
/
+82
*
i965: Replace maxBatchSize variable with BATCH_SZ define.
Kenneth Graunke
2013-07-03
4
-5
/
+3
*
i965: Move annotate_aub out of the vtable.
Kenneth Graunke
2013-07-03
3
-5
/
+2
*
i965: Move debug_batch hook out of the vtable.
Kenneth Graunke
2013-07-03
3
-4
/
+2
*
i965: Remove render_target_supported from the vtable.
Kenneth Graunke
2013-07-03
5
-6
/
+3
*
i965: Move is_hiz_depth_format out of the vtable.
Kenneth Graunke
2013-07-03
6
-31
/
+26
*
i965: Remove the invalidate_state() vtable hook.
Kenneth Graunke
2013-07-03
3
-12
/
+0
*
i965: Replace fprintfs with assertions in GLenum comparison translators.
Kenneth Graunke
2013-07-03
1
-2
/
+2
*
i965: Replace intel_state.c enums with those from brw_defines.h.
Kenneth Graunke
2013-07-03
3
-102
/
+46
*
i965: Delete pre-DRI2.3 viewport hacks.
Kenneth Graunke
2013-07-03
3
-25
/
+1
*
i965: Remove "There are probably better ways" comment.
Kenneth Graunke
2013-07-03
1
-5
/
+0
*
i965: Delete brw_print_reg() function.
Kenneth Graunke
2013-07-03
3
-99
/
+0
*
i965: Move contents of intel_clear.h to intel_context.h.
Kenneth Graunke
2013-07-03
4
-40
/
+2
*
i965: Move contents of intel_extensions.h to intel_context.h.
Kenneth Graunke
2013-07-03
4
-37
/
+3
*
i965: Remove some dead code.
Kenneth Graunke
2013-07-03
17
-228
/
+0
*
i965: Delete dead intel_buffer_object::range_map_size field.
Kenneth Graunke
2013-07-03
1
-1
/
+0
[next]