svga: Fix vPos usage
[mesa.git] / src / gallium / drivers / i915 /
2011-09-23 Stéphane Marchesini915g: Don't generate useless swizzles before texture...
2011-09-23 Stéphane Marchesini915g: Fix whitespace.
2011-09-22 Stéphane Marchesini915g: Fix peephole optimization for MOVs.
2011-09-22 Stéphane Marchesini915g: Add unsupported PIPE_CAP_MIN_TEXEL_OFFSET/PIPE_C...
2011-09-22 Stéphane Marchesini915g: Add an optimization to get rid of useless movs...
2011-09-22 Stéphane Marchesini915g: Fix some whitespace problems.
2011-09-22 Stéphane Marchesini915g: Blend equation separate seems to work.
2011-09-22 Stéphane Marchesini915g: Add ifdef'd out code to dump compiled shaders.
2011-09-22 Stéphane Marchesini915g: Fix bug in shader optimizer.
2011-09-22 Stéphane Marchesini915g: Remove stale function prototype.
2011-09-18 Dave Airliegallium: move clear paths from rgba to a pointer to...
2011-09-10 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS
2011-08-29 Brian Pauli915g: remove unused var in i915_flush_heuristically()
2011-08-27 Chia-I Wuandroid: add support for i915g
2011-08-27 Chia-I Wui915g: share the source list
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-26 David Revemani915g: Fix off-by-one in scissors.
2011-08-26 Stéphane Marchesini915g: Fix case where texcoords can overlap with fragpo...
2011-08-26 Stéphane Marchesini915g: Improve the flush heuristic by using the previou...
2011-08-16 Marek Olšáku_blitter: rename util_blitter_copy_region -> util_blit...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-04 Stephane Marchesini915g: Fix whitespace.
2011-08-03 Stephane Marchesini915g: fix whitespace.
2011-08-02 Stephane MarchesinFix trailing whitespace.
2011-08-02 Stephane Marchesini915g: Proper indentation of func parameters.
2011-08-02 Stephane Marchesini915g: Remove heuristic flushing.
2011-08-01 Bryan Caingallium: add PIPE_SHADER_CAP_INTEGERS
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-14 Brian Pauli915g: move declaration before code
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-12 Daniel Vetteri915g: fixup context desdruction
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-08 Stéphane Marchesini915g: Make the optimizer more generic.
2011-07-07 Stéphane Marchesini915g: Make optimization more generic.
2011-07-07 Stéphane Marchesini915g: Apply optimization to ADDS/MUL and only if we...
2011-07-07 Brian Pauli915g: move code after declaration
2011-07-06 Stéphane Marchesini915g: Fix optimize so that it actually gets used.
2011-07-06 Stéphane Marchesini915g: Fix optimization, also make it more generic.
2011-07-06 Stéphane Marchesini915g: Improve flushing using heuristics.
2011-07-06 Stéphane Marchesini915g: introduce the tiny shader optimizer.
2011-07-06 Stéphane Marchesini915g: Add comment about DDX/DDY.
2011-07-06 Stéphane Marchesini915g: Move back to the old method for target format...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-30 Stéphane Marchesini915g: Implement surface format fixup without adding...
2011-06-30 Stéphane Marchesini915g: update TODO.
2011-06-29 Stéphane Marchesini915g: Try to do better in the shader compiler.
2011-06-29 Jon TURNEYi915g: Move definition of M_PI in i915_fpc_translate.c
2011-06-29 Stéphane Marchesini915g: Fix unimplemented Abs comment.
2011-06-29 Stéphane Marchesini915g: If we have a program, that means the other field...
2011-06-29 Stéphane Marchesini915g: Don't overflow the program buffer.
2011-06-29 Stéphane Marchesini915g: Update the TODO with another idea.
2011-06-28 Stéphane Marchesini915g: Fix comment about sin/cos constants.
2011-06-28 Stéphane Marchesini915g: Fix staging texture uploads a bit.
2011-06-28 Stéphane Marchesini915g: Add a debug_printf when we get the Abs flag.
2011-06-28 Stéphane Marchesini915g: Support PIPE_FORMAT_B10G10R10A2_UNORM.
2011-06-28 Stéphane Marchesini915g: Improve SIN/COS a bit.
2011-06-28 Stéphane Marchesini915g: When emulating LUMINANCE8 and INTENSITY8 texutre...
2011-06-28 Stéphane Marchesini915g: fix shadow compare.
2011-06-28 Stéphane Marchesini915g: Enable GL_ARB_instanced_arrays.
2011-06-28 Stéphane Marchesini915g: Fix a bug in facing.
2011-06-27 Stéphane Marchesini915g: Remove unused cbuf_dirty.
2011-06-27 Stéphane Marchesini915g: Add a comment about a bug.
2011-06-27 Stéphane Marchesini915g: initial support for SEMANTIC_FACE.
2011-06-27 Stéphane Marchesini915g: update TODO.
2011-06-27 Stéphane Marchesini915g: Return the max result for the fake occlusion...
2011-06-27 Stéphane Marchesini915g: Fix depth texture formats.
2011-06-27 Stéphane Marchesini915g: Fix u_blitter comment.
2011-06-27 Stéphane Marchesini915g: Implement fake DDX/DDY.
2011-06-27 Stéphane Marchesini915g: Fix gl_FragCoord.
2011-06-25 Stéphane Marchesini915g: always upload the vs constants.
2011-06-25 Stéphane Marchesini915g: add fake occlusion queries.
2011-06-24 Stéphane Marchesini915g: Don't do shader fixup if no surface is bound.
2011-06-24 Stéphane Marchesini915g: Fix point sprites.
2011-06-22 Stéphane Marchesini915g: Add draw point sprites.
2011-06-22 Stéphane Marchesini915g: Fix comment.
2011-06-22 Stéphane Marchesini915g: Support more texture and render target formats.
2011-06-15 Brian Pauli915g: add const qualifier to silence warning
2011-06-13 Daniel Vetteri915g: add a few more render target formats
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Brian Paulgallium: s/bool/boolean/
2011-06-07 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-06-07 Stéphane Marchesini915g: Do generic remapping.
2011-06-06 Stéphane Marchesini915g: implement more opcodes.
2011-06-06 Stéphane Marchesini915g: implement TGSI_OPCODE_SEQ.
2011-06-06 Stéphane Marchesini915g: handle varyings properly.
2011-06-06 Stéphane Marchesini915g: add missing and unsupported PIPE_CAPs to avoid...
2011-06-06 Stéphane Marchesini915g: don't destroy a texture buffer if it's NULL.
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-25 Jakob Bornecrantzi915g: Bump texture sizes
2011-05-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-13 Vinson Leei915g: Fix typos in print messages.
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-30 Daniel Vetteri915g: enable X-tiling for s3tc textures
2011-04-29 Christopher Egerti915g: Enable S3TC texture support
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-21 Marek Olšákgallium: add fallback for copying buffers to all drivers
2011-04-16 Marcin Slusarzgallium: include u_format.h for util_format_is_supported
next