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
*
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
*
i965: Add program dumping for INTEL_DEBUG=gs.
Eric Anholt
2010-05-14
1
-0
/
+10
*
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-04-21
1
-1
/
+1
*
i965: Allow for variable-sized auxdata in the state cache.
Eric Anholt
2010-01-19
1
-6
/
+7
*
intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.
Eric Anholt
2009-12-22
1
-2
/
+2
*
i965: fix EXT_provoking_vertex support
Roland Scheidegger
2009-11-11
1
-3
/
+7
*
i965: add support for new chipsets
Xiang, Haihao
2009-07-13
1
-2
/
+7
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-3
/
+3
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-6
/
+1
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-1
/
+6
*
intel-gem: Update to new check_aperture API for classic mode.
Eric Anholt
2008-08-08
1
-6
/
+1
*
i965: fix gs_prog aperture check
Dave Airlie
2008-04-18
1
-2
/
+4
*
i965: initial attempt at fixing the aperture overflow
Dave Airlie
2008-04-18
1
-2
/
+4
*
i965: new integrated graphics chipset support
Xiang, Haihao
2008-01-29
1
-1
/
+1
*
[965] Replace the state cache suballocator with direct dri_bufmgr use.
Eric Anholt
2007-12-14
1
-19
/
+13
*
Revert "[965] Add missing flagging of new stage programs for updating stage s...
Eric Anholt
2007-12-05
1
-19
/
+12
[next]