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
/
i915_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915: Don't advertise Z formats in TextureFormatSupported on gen2
Ville Syrjälä
2014-05-01
1
-13
/
+15
*
i915: Only allow 8 vertex texture units
Ian Romanick
2014-02-28
1
-0
/
+1
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-1
/
+1
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-7
/
+7
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-4
/
+4
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-2
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-26
/
+26
*
dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Kristian Høgsberg
2013-12-13
1
-1
/
+2
*
i915: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputCompo...
Ian Romanick
2013-09-19
1
-0
/
+2
*
i915: Remove a duplicated set of PCI IDs.
Eric Anholt
2013-06-28
1
-0
/
+1
*
i915: Remove separate stencil code.
Eric Anholt
2013-06-28
1
-1
/
+0
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
1
-3
/
+3
*
intel: Remove the last spans code!
Eric Anholt
2013-04-30
1
-3
/
+0
*
i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.
Eric Anholt
2013-04-29
1
-0
/
+2
*
i915: Correctly set the OQ counter bits.
Eric Anholt
2013-04-29
1
-0
/
+1
*
mesa: Make the drivers call a non-code-generated dispatch table setup.
Eric Anholt
2013-01-21
1
-1
/
+1
*
intel: Move validation of context version into intelInitContext
Chad Versace
2013-01-15
1
-27
/
+5
*
drivers: compute version and then initialize exec table
Jordan Justen
2012-12-16
1
-0
/
+8
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
i915: Don't free the intel_context structure when intelCreateContext fails.
Ian Romanick
2012-09-28
1
-3
/
+0
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-3
/
+3
*
i915: Validate API and version in i915CreateContext
Ian Romanick
2012-08-13
1
-1
/
+33
*
i915: set SPRITE_POINT_ENABLE bit correctly
Yuanhan Liu
2012-04-09
1
-0
/
+2
*
i915: Fix complete texturing regression since 27505a105a
Eric Anholt
2011-11-23
1
-0
/
+2
*
i915: Move the texture format setup for this driver out of shared code.
Eric Anholt
2011-11-22
1
-0
/
+49
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-13
/
+13
*
mesa: Replace the EmitNoIfs compiler flag with a MaxIfDepth flag.
Bryan Cain
2011-08-31
1
-1
/
+1
*
intel: Make our context structure be a ralloc context.
Eric Anholt
2011-07-11
1
-2
/
+2
*
i915: Gut all remaining bits of hardware fog
Ian Romanick
2011-04-21
1
-2
/
+6
*
i915: Force lowering of all types of indirect array accesses in the FS
Ian Romanick
2011-02-10
1
-3
/
+11
*
intel: Fix typeos from 3d028024 and 790ff232
Ian Romanick
2011-01-20
1
-10
/
+10
*
i915: Set correct values for range/precision of fragment shader types
Ian Romanick
2011-01-20
1
-0
/
+14
*
i915: Request that POW instructions be lowered
Ian Romanick
2010-12-01
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
dri/i915: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-1
/
+0
*
i915: Remove a dead if (0) block.
Eric Anholt
2010-09-23
1
-3
/
+0
*
glsl2: Add EmitNoNoise flag, use it to remove noise opcodes
Ian Romanick
2010-09-09
1
-0
/
+1
*
glsl: make compiler options per-target
Luca Barbieri
2010-09-08
1
-1
/
+5
*
i915: Ask the compiler to flatten out all the if statements that it can.
Eric Anholt
2010-07-19
1
-0
/
+2
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
1
-2
/
+3
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
intel: Remove long-disabled meta readpixels, and associated meta support.
Eric Anholt
2010-01-28
1
-1
/
+0
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-5
/
+0
|
\
|
*
i915: Remove unnecessary headers.
Vinson Lee
2010-01-22
1
-5
/
+0
*
|
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-1
/
+1
*
|
intel: Attempt to fix up after "Update vertex texture code."
Eric Anholt
2009-12-10
1
-0
/
+3
|
/
*
i915: Add support for varying inputs.
Eric Anholt
2009-10-01
1
-1
/
+1
*
i915: Update and translate the fragment program along with state updates.
Eric Anholt
2009-10-01
1
-0
/
+3
[next]