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
/
i915
/
i830_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_SCISSOR_ENABLE
Ville Syrjälä
2014-11-13
1
-2
/
+2
*
mesa: Update gl_scissor_attrib to support ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
1
-10
/
+14
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
mesa: Eliminate parameters to dd_function_table::Scissor
Ian Romanick
2014-01-15
1
-10
/
+12
*
mesa: Eliminate parameters to dd_function_table::DepthRange
Ian Romanick
2014-01-15
1
-1
/
+1
*
i915: Bring sanity to the Viewport function
Ian Romanick
2013-11-05
1
-10
/
+0
*
intel: Move RenderMode fallback func to i915 driver.
Eric Anholt
2012-08-28
1
-0
/
+10
*
i830: Fix crash for GL_STENCIL_TEST in i830Enable()
Kurt Roeckx
2012-05-29
1
-1
/
+1
*
intel: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
1
-1
/
+2
*
i915: Fix i830 polygon stipple from PBOs.
Kurt Roeckx
2012-03-02
1
-1
/
+7
*
i915: Fix piglit fbo-nodepth-test on i830.
Eric Anholt
2012-03-02
1
-1
/
+7
*
i915: Fix build since hiz merge.
Eric Anholt
2011-11-23
1
-1
/
+2
*
dri: Remove unused dri texmem.c
Kristian Høgsberg
2011-11-02
1
-2
/
+0
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-1
/
+1
*
mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...
Ian Romanick
2011-09-19
1
-1
/
+1
*
mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines
Brian Paul
2011-03-11
1
-2
/
+3
*
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-15
1
-8
/
+8
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-27
/
+27
*
intel: Drop viewport hack when we can
Kristian Høgsberg
2010-05-11
1
-2
/
+0
*
i915: Remove unused initial and current state, now that there's nothing else.
Eric Anholt
2010-01-28
1
-3
/
+0
*
mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.
Eric Anholt
2009-12-22
1
-2
/
+2
*
intel: Add support for EXT_provoking_vertex.
Eric Anholt
2009-08-04
1
-0
/
+32
*
i915: Restore the Viewport and DepthRange functions on 8xx.
Eric Anholt
2009-05-26
1
-0
/
+21
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-5
/
+5
*
[intel] Clean up references to screen buffer metrics.
Kristian Høgsberg
2008-01-22
1
-31
/
+1
*
Move i915tex driver into place as just i915.
Eric Anholt
2007-09-24
1
-0
/
+1116
*
Remove the old i915 driver now that i915tex works without TTM.
Eric Anholt
2007-09-24
1
-1089
/
+0
*
Replace initInitState() with _mesa_init_driver_state().
Brian
2007-05-22
1
-6
/
+3
*
Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we often
Brian Paul
2006-11-02
1
-1
/
+1
*
Add Intel 945GM support
Alan Hourihane
2006-01-23
1
-2
/
+2
*
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-13
1
-8
/
+11
*
Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,
Brian Paul
2005-09-10
1
-3
/
+3
*
Add Intel i915GM support, and these extensions.
Alan Hourihane
2005-01-06
1
-196
/
+8
*
uint*t -> u_int*t changes
Alan Hourihane
2004-12-14
1
-3
/
+3
*
Merge in all the i830 functional differences from the old i830 driver.
Ian Romanick
2004-09-19
1
-64
/
+138
*
add missing license texts
Keith Whitwell
2004-06-18
1
-0
/
+20
*
New driver for i915 as well as older i830/i845/i865 chipsets.
Keith Whitwell
2004-06-10
1
-0
/
+1183