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_gs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-8
/
+8
*
i965: rename legacy gs structs and functions to ff_gs.
Paul Berry
2013-08-31
1
-21
/
+21
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-6
/
+4
*
i965: Handle rasterizer discard in the clipper rather than GS on Gen6.
Kenneth Graunke
2013-05-20
1
-8
/
+1
*
mesa: convert _NEW_RASTERIZER_DISCARD to a driver flag
Marek Olšák
2013-04-24
1
-4
/
+4
*
mesa,i965: use NewDriverState to communicate TFB state changes with the driver
Marek Olšák
2013-04-24
1
-3
/
+3
*
i965/vs: split brw_vs_prog_data into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-2
/
+2
*
i965: Move brw_vs_prog_data::outputs_written into VUE map.
Paul Berry
2013-03-24
1
-1
/
+1
*
i965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_COUNT.
Paul Berry
2013-03-24
1
-1
/
+1
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-1
/
+1
*
i965: Remove unused userclip flags.
Paul Berry
2013-02-19
1
-3
/
+0
*
mesa: Make a function is_transform_feedback_active_and_unpaused.
Paul Berry
2012-12-18
1
-2
/
+2
*
i965/gen4: Fix memory leak each time compile_gs_prog() is called.
Eric Anholt
2012-11-25
1
-1
/
+1
*
i965: Drop the INTEL_FORCE_GS environment variable.
Eric Anholt
2012-03-20
1
-5
/
+0
*
i965: Move VUE map computation to once at VS compile time.
Eric Anholt
2012-02-21
1
-1
/
+1
*
i965: Make the userclip flag for the VUE map come from VS prog data.
Eric Anholt
2012-02-21
1
-6
/
+4
*
i965: Make use of gl_transform_feedback_info::ComponentOffset.
Paul Berry
2012-01-05
1
-0
/
+9
*
i965 gen6: Implement transform feedback pause/resume functionality.
Paul Berry
2011-12-23
1
-1
/
+2
*
mesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_TRANSFORM.
Paul Berry
2011-12-21
1
-2
/
+3
*
mesa: Move RasterDiscard to toplevel of gl_context.
Paul Berry
2011-12-21
1
-1
/
+1
*
i965 gen6: Implement rasterizer discard.
Paul Berry
2011-12-20
1
-0
/
+6
*
i965 gen6: Initial implementation of transform feedback.
Paul Berry
2011-12-20
1
-1
/
+25
*
i965 gs: Move vue_map to brw_gs_compile.
Paul Berry
2011-12-20
1
-3
/
+2
*
i965 gen6: Implement pass-through GS for transform feedback.
Paul Berry
2011-12-07
1
-30
/
+76
*
i965 gs: Remove unnecessary mapping of key->primitive.
Paul Berry
2011-12-07
1
-15
/
+1
*
i965: Move program compile to emit() time.
Eric Anholt
2011-10-29
1
-2
/
+3
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-1
/
+1
*
i965: Change type of brw_context.primitive from GLenum to hardware primitive
Chad Versace
2011-10-10
1
-18
/
+19
*
i965: Make brw_compute_vue_map's userclip dependency a boolean.
Paul Berry
2011-10-06
1
-2
/
+2
*
mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()
Paul Berry
2011-10-06
1
-1
/
+1
*
i965: Remove two_side_color from brw_compute_vue_map().
Paul Berry
2011-09-06
1
-3
/
+1
*
i965: GS: Use the VUE map to compute URB size.
Paul Berry
2011-09-06
1
-12
/
+11
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-1
/
+1
*
i965: Use state streaming on programs, and state base address on gen5+.
Eric Anholt
2011-06-18
1
-15
/
+9
*
i965: Don't use the GS for breaking down quads on Ivybridge.
Kenneth Graunke
2011-05-17
1
-2
/
+2
*
i965: Get a ralloc context into brw_compile.
Kenneth Graunke
2011-05-17
1
-2
/
+6
*
i965/gs: Move generation check for bailing earlier.
Kenneth Graunke
2011-05-17
1
-6
/
+6
*
i965: Remove dead entrypoints to state cache, rename the one that's left.
Eric Anholt
2011-04-29
1
-8
/
+5
*
i965: Remove hint_gs_always and resulting dead code
Ian Romanick
2011-04-11
1
-40
/
+12
*
i965: don't spawn GS thread for LINELOOP on Sandybridge
Xiang, Haihao
2010-12-27
1
-1
/
+4
*
i965: Fix GS state uploading on Sandybridge
Zhenyu Wang
2010-12-06
1
-4
/
+13
*
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-11-03
1
-2
/
+2
*
i965: Fix GS hang on Sandybridge
Zhenyu Wang
2010-10-14
1
-2
/
+0
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
i965: ignore quads for GS kernel on sandybridge
Zhenyu Wang
2010-09-28
1
-1
/
+8
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-2
/
+2
*
i965: Make rasterization of single and multiple quad prims match.
Eric Anholt
2010-05-17
1
-0
/
+6
[next]