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
/
brw_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/gen7.5: Fix lower bound on number of VS URB entries.
Paul Berry
2013-09-05
1
-0
/
+1
*
i965: Remove unused ATTRIB_BIT_DWORDS define.
Kenneth Graunke
2013-09-01
1
-7
/
+0
*
i965: Modify signature to update_texture_surface functions.
Paul Berry
2013-08-31
1
-2
/
+1
*
i965/vs: generalize gen6_vs_push_constants in preparation for GS.
Paul Berry
2013-08-31
1
-0
/
+7
*
i965/gs: Implement support for geometry shader surfaces.
Paul Berry
2013-08-31
1
-0
/
+2
*
i965: Make sure constants re-sent after constant buffer reallocation.
Paul Berry
2013-08-31
1
-0
/
+2
*
i965/gs: Allocate push constant space for use by GS.
Paul Berry
2013-08-31
1
-1
/
+2
*
i965/gs: Allocate URB space for use by GS.
Paul Berry
2013-08-31
1
-2
/
+4
*
i965: Make CACHE_NEW_GS_PROG.
Paul Berry
2013-08-31
1
-0
/
+2
*
i965/gs: Create brw_context::gs structure to track GS program state.
Paul Berry
2013-08-31
1
-0
/
+5
*
i965: Move data from brw->vs into a base class if gs will also need it.
Paul Berry
2013-08-31
1
-20
/
+27
*
i965/gs: Update defines related to GS surface organization.
Paul Berry
2013-08-31
1
-11
/
+11
*
i965: Move vec4 register allocation data structures to brw->vec4.
Paul Berry
2013-08-31
1
-14
/
+17
*
i965: Rename user-defined gs structs from vec4_gs to gs.
Paul Berry
2013-08-31
1
-2
/
+2
*
i965: rename legacy gs structs and functions to ff_gs.
Paul Berry
2013-08-31
1
-7
/
+7
*
i965/vs: Allocate register set once at context creation.
Kenneth Graunke
2013-08-26
1
-0
/
+3
*
i965/gs: Add a data structure for tracking VS output VUE map.
Paul Berry
2013-08-23
1
-0
/
+9
*
i965/vec4: Make a function for setting up vec4 program key clip info.
Paul Berry
2013-08-23
1
-0
/
+6
*
i965: Make prim_to_hw_prim accessible outside brw_draw.c.
Paul Berry
2013-08-23
1
-0
/
+2
*
i965/gs: Create structs for use by GS program compilation.
Paul Berry
2013-08-23
1
-0
/
+23
*
i965/gs: Add brw->geometry_program.
Paul Berry
2013-08-23
1
-0
/
+3
*
i965/vec4: Allow for dispatch_grf_start_reg to vary.
Paul Berry
2013-08-23
1
-0
/
+6
*
i965/vs: Rework binding table size calculation.
Kenneth Graunke
2013-08-19
1
-1
/
+1
*
i965/fs: Track the binding table size in brw_wm_prog_data.
Kenneth Graunke
2013-08-19
1
-0
/
+2
*
i965: Use SURF_INDEX_DRAW() for drawbuffer binding table indices.
Kenneth Graunke
2013-08-19
1
-4
/
+0
*
i965: Make sampler counts available for the entire drawing operation.
Kenneth Graunke
2013-08-19
1
-1
/
+1
*
i965: Upload separate VS and FS sampler state tables.
Kenneth Graunke
2013-08-19
1
-0
/
+1
*
i965: Make upload_sampler_state_table a virtual function.
Kenneth Graunke
2013-08-19
1
-0
/
+6
*
i965: Upload separate per-stage sampler state tables.
Kenneth Graunke
2013-08-19
1
-9
/
+12
*
i965: Split sampler count variable to be per-stage.
Kenneth Graunke
2013-08-19
1
-1
/
+4
*
i965: STATIC_ASSERT that there aren't too many BRW_NEW_* flags.
Paul Berry
2013-08-19
1
-0
/
+1
*
i965: Move GL_APPLE_object_purgeable functionality into a new file.
Kenneth Graunke
2013-08-16
1
-0
/
+3
*
i965: Mark a few brw_draw_upload.c functions as non-static
Kenneth Graunke
2013-08-13
1
-0
/
+5
*
i965: Add helper functions for interpolation map
Chris Forbes
2013-08-01
1
-0
/
+18
*
i965 Gen4/5: Introduce 'interpolation map' alongside the VUE map
Chris Forbes
2013-08-01
1
-0
/
+15
*
Revert "i965: Delete pre-DRI2.3 viewport hacks."
Kenneth Graunke
2013-07-25
1
-0
/
+2
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+4
*
i965: Move intel_context::has_llc to brw_context.
Kenneth Graunke
2013-07-09
1
-0
/
+1
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-0
/
+5
*
i965: Move must_use/has_separate_stencil fields to brw_context.
Kenneth Graunke
2013-07-09
1
-0
/
+2
*
i965: Move intel_context::has_hiz to brw_context.
Kenneth Graunke
2013-07-09
1
-0
/
+1
*
i965: Move intel_context::has_swizzling to brw_context.
Kenneth Graunke
2013-07-09
1
-0
/
+1
*
i965: Move intel_context::intelScreen to brw_context.
Kenneth Graunke
2013-07-09
1
-0
/
+1
*
i965: Move intel_context::driContext to brw_context.
Kenneth Graunke
2013-07-09
1
-0
/
+2
*
i965: Move intel_context::NewGLState to brw_context.
Kenneth Graunke
2013-07-09
1
-0
/
+1
*
i965: Move intel_context::upload to brw_context.
Kenneth Graunke
2013-07-09
1
-0
/
+8
*
i965: Move intel_context::max_gtt_map_object_size to brw_context.
Kenneth Graunke
2013-07-09
1
-0
/
+2
*
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
1
-0
/
+7
*
i965: Move intel_context::no_batch_wrap to brw_context.
Kenneth Graunke
2013-07-09
1
-0
/
+1
[next]