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_sf_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-11-03
1
-2
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
i965: Respect VS/VP point size result when enabled.
Eric Anholt
2010-07-22
1
-3
/
+4
*
i965: GC the last two arguments to brw_cache_data.
Eric Anholt
2010-06-11
1
-2
/
+1
*
intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.
Eric Anholt
2010-06-08
1
-10
/
+7
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-6
/
+6
*
i965: Fix scissoring when width or height is 0.
Eric Anholt
2010-04-22
1
-1
/
+14
*
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-04-21
1
-2
/
+2
*
intel: Clean up stale comments about cliprects.
Eric Anholt
2010-01-26
1
-3
/
+3
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
|
*
i965: Remove unnecessary headers.
Vinson Lee
2010-01-22
1
-1
/
+0
*
|
i965: Allow for variable-sized auxdata in the state cache.
Eric Anholt
2010-01-19
1
-2
/
+1
*
|
intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.
Eric Anholt
2009-12-22
1
-4
/
+5
|
/
*
Merge remote branch 'origin/mesa_7_6_branch'
Eric Anholt
2009-11-13
1
-3
/
+4
|
\
|
*
i965: fix EXT_provoking_vertex support
Roland Scheidegger
2009-11-11
1
-3
/
+4
*
|
i965: Always pass the size argument to brw_cache_data.
Eric Anholt
2009-11-06
1
-1
/
+2
|
/
*
i965: Add a note justifying domain choice for the SF VP.
Eric Anholt
2009-08-07
1
-0
/
+3
*
intel: Add support for EXT_provoking_vertex.
Eric Anholt
2009-08-04
1
-4
/
+14
*
i965: Add missing state dependency of sf_unit on _NEW_BUFFERS.
Eric Anholt
2009-07-16
1
-2
/
+4
*
i965: add support for new chipsets
Xiang, Haihao
2009-07-13
1
-4
/
+17
*
i956: Make state dependency of SF on drawbuffer bounds match Mesa's.
Eric Anholt
2009-05-21
1
-2
/
+5
*
i965: fix point size issue
Roland Scheidegger
2009-04-24
1
-1
/
+1
*
i965: fix point rasterization when rendering to FBO
Robert Ellison
2009-03-24
1
-1
/
+27
*
i965: move declaration before code
Brian Paul
2009-03-12
1
-2
/
+1
*
i965: Remove brw->attribs now that we can just always look in the GLcontext.
Eric Anholt
2009-02-02
1
-9
/
+10
*
i965: Delete old metaops code now that there are no remaining consumers.
Eric Anholt
2009-02-02
1
-22
/
+12
*
i965: use bitfields in brw_sf_unit_key struct
Brian Paul
2009-01-29
1
-2
/
+5
*
i965: fix render to FBO/texture orientation bugs
Brian Paul
2009-01-29
1
-6
/
+7
*
i965: scissor rect was inverted when rendering to texture
Brian Paul
2009-01-26
1
-4
/
+14
*
i965: fix polygon culling bug when rendering to a texture/FBO
Brian Paul
2009-01-16
1
-12
/
+13
*
replace nearbyint() by rint() for now.
Matthieu Herrb
2009-01-11
1
-1
/
+1
*
i965: Fix up SF max_threads.
Eric Anholt
2008-11-12
1
-1
/
+2
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-1
/
+1
*
intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.
Eric Anholt
2008-09-10
1
-10
/
+10
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-24
/
+12
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-12
/
+24
*
intel-gem: Update to new check_aperture API for classic mode.
Eric Anholt
2008-08-08
1
-14
/
+2
*
[intel-gem] Chase domain flag renaming in the DRM.
Eric Anholt
2008-06-11
1
-2
/
+2
*
[intel] Convert drivers to using libdrm bufmgr code.
Eric Anholt
2008-06-03
1
-10
/
+10
*
GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.
Eric Anholt
2008-05-07
1
-2
/
+2
*
i965: initial attempt at fixing the aperture overflow
Dave Airlie
2008-04-18
1
-4
/
+16
*
[i965] round pointsize to nearest int according to spec
Zou Nan hai
2008-03-17
1
-2
/
+2
*
i965: new integrated graphics chipset support
Xiang, Haihao
2008-01-29
1
-0
/
+1
*
Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.
Brian
2008-01-06
1
-1
/
+1
*
[intel] Convert relocations to not be cleared out on buffer submit.
Eric Anholt
2008-01-03
1
-25
/
+21
*
[965] Convert SF unit to use a cache key instead of brw_cache_data.
Eric Anholt
2008-01-02
1
-47
/
+105
*
[965] Enable EXT_framebuffer_object.
Eric Anholt
2007-12-20
1
-6
/
+24
*
[965] Simplify scissor handling by using DrawBuffer values.
Eric Anholt
2007-12-17
1
-53
/
+32
*
[965] Replace our own depth constants in intel context with GL context ones.
Eric Anholt
2007-12-17
1
-3
/
+5
*
[965] Replace the state cache suballocator with direct dri_bufmgr use.
Eric Anholt
2007-12-14
1
-7
/
+32
[next]