index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i915
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
17
-104
/
+104
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
4
-4
/
+4
*
i915: Silence unused variable warning in non-debug builds.
Vinson Lee
2010-10-08
1
-0
/
+1
*
i915: Silence unused variable warning in non-debug builds.
Vinson Lee
2010-10-08
1
-0
/
+1
*
dri/i915: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-1
/
+0
*
Remove GL_EXT_cull_vertex
Ian Romanick
2010-09-27
1
-1
/
+0
*
i915: Remove a dead if (0) block.
Eric Anholt
2010-09-23
1
-3
/
+0
*
intel: Remove noise opcode support from i915 and i965 drivers
Ian Romanick
2010-09-10
1
-15
/
+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: Remove unnecessary header from i830_context.c.
Vinson Lee
2010-08-19
1
-1
/
+0
*
i915: Add support for SSG opcode.
Eric Anholt
2010-08-17
1
-0
/
+35
*
i915: Add support for reading output regs in the FS.
Eric Anholt
2010-08-17
1
-0
/
+14
*
i915: Add support for OPCODE_DP2.
Eric Anholt
2010-08-17
1
-0
/
+12
*
Merge branch 'glsl2'
Ian Romanick
2010-08-16
1
-0
/
+2
|
\
|
*
Merge branch 'master' into glsl2
Ian Romanick
2010-08-13
1
-1
/
+1
|
|
\
|
*
\
Merge remote branch 'origin/master' into glsl2
Eric Anholt
2010-07-26
1
-5
/
+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 missing header m_xform.h.
Vinson Lee
2010-08-07
1
-0
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
intel: Remove unused intel/server files
Kristian Høgsberg
2010-07-27
1
-1
/
+1
|
|
/
|
/
|
*
|
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-5
/
+5
|
/
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
7
-21
/
+21
*
i915: Only emit a MI_FLUSH when the drawing rectangle offset changes.
Chris Wilson
2010-06-05
2
-8
/
+24
*
i915: Fix off-by-one for drawing rectangle.
Chris Wilson
2010-06-05
1
-2
/
+2
*
i915: Inhibit render cache flush when changing drawing rectangle offset.
Chris Wilson
2010-06-05
1
-1
/
+1
*
i915: Clamp minimum lod to maximum texture level too.
Eric Anholt
2010-06-04
1
-1
/
+3
*
intel: Drop viewport hack when we can
Kristian Høgsberg
2010-05-11
2
-4
/
+0
*
i915: Drop intelFlush().
Vinson Lee
2010-05-10
1
-1
/
+1
*
Merge branch 'gles2-2'
Kristian Høgsberg
2010-05-02
5
-4
/
+8
|
\
|
*
intel: Only register ES2 extensions for ES2 contexts
Kristian Høgsberg
2010-04-28
2
-0
/
+2
|
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
3
-4
/
+6
*
|
i965: Fix cube map layouts on Ironlake.
Eric Anholt
2010-04-29
1
-1
/
+1
*
|
i915: Add debugging for just prorgam compile under INTEL_DEBUG=wm
Eric Anholt
2010-04-27
1
-0
/
+11
*
|
i915: Provide counts in the error messages for program limits.
Eric Anholt
2010-04-27
2
-10
/
+19
|
/
*
i915: Map sampler indices to texture units correctly for fragment shaders.
Eric Anholt
2010-04-20
1
-1
/
+3
*
i915: Add missing break; after handling the stub NOISE instructions.
Eric Anholt
2010-04-20
1
-0
/
+1
*
i915: Fix comments about cube layouts
Jakob Bornecrantz
2010-04-13
1
-2
/
+3
*
intel: Remove redundant fields from struct intel_context
Kristian Høgsberg
2010-03-30
2
-7
/
+7
*
Merge branch '7.8'
Brian Paul
2010-03-22
1
-2
/
+2
|
\
|
*
intel: Use bit-wise not instead of logical not (i830 path)
Ian Romanick
2010-03-18
1
-1
/
+1
|
*
Use bit-wise not instead of logical not.
Ian Romanick
2010-03-18
1
-1
/
+1
*
|
intel: Replace mt->pitch with mt->region->pitch.
Eric Anholt
2010-03-17
3
-19
/
+16
*
|
dri: drop MINIGLX_SOURCES (2)
George Sapountzis
2010-03-06
1
-1
/
+0
*
|
dri: drop MINIGLX_SOURCES
George Sapountzis
2010-03-06
1
-2
/
+0
|
/
*
intel: Remove support for the DRI1 TFP extension.
Eric Anholt
2010-03-05
2
-63
/
+22
*
i915: Fix up i830 for tiled drawing offsets.
Eric Anholt
2010-03-04
2
-10
/
+36
*
Remove stray defines of HAVE_RGBA
Ian Romanick
2010-03-03
1
-1
/
+0
*
i915: Use x,y drawing offsets instead of changing buffer offsets.
Eric Anholt
2010-03-03
3
-12
/
+41
*
i915: Fix logic !gen >= 3
Chris Wilson
2010-02-22
1
-1
/
+1
*
i915: Remove superfluous MI_NOOP from vertex emission
Chris Wilson
2010-02-22
1
-2
/
+1
[next]