mesa.git
2011-07-10 Marek Olšákmesa: implement depth/stencil renderbuffer wrapper...
2011-07-10 Marek Olšákmesa: implement generatemipmap for GL_FLOAT_32_UNSIGNED...
2011-07-10 Marek Olšákmesa: implement texstore for DEPTH32F_STENCIL8
2011-07-10 Marek Olšákmesa: implement texstore for DEPTH_COMPONENT32F
2011-07-10 Marek Olšákmesa: implement depth unpacking for GL_FLOAT_32_UNSIGNE...
2011-07-10 Marek Olšákmesa: implement stencil unpacking for GL_FLOAT_32_UNSIG...
2011-07-10 Marek Olšákmesa: implement texfetch functions for depth_buffer_float
2011-07-10 Marek Olšákmesa: initial ARB_depth_buffer_float support
2011-07-10 Vadim Girlinr600g: LIT: clamp negative src.y to 0
2011-07-10 Marek Olšákst/dri: remove unused variables
2011-07-10 Chia-I Wust/egl: fix linking errors
2011-07-09 Kenneth Graunkeintel: Recognize all depth formats in get_teximage_read...
2011-07-09 Henri Verbeetr600g: Get rid of some superfluous braces.
2011-07-09 Henri Verbeetr600g: Check for Evergreen chip class instead of Cedar...
2011-07-09 Henri Verbeetr600g: Store the chip class directly in r600_bc.
2011-07-09 Henri Verbeetr600g: Replace the CHIPREV_* defines with the chip_clas...
2011-07-09 Henri Verbeetr600g: Get rid of the superfluous family field from...
2011-07-09 Henri Verbeetr600g: Store the chip class in r600_pipe_context.
2011-07-09 Henri Verbeetr600g: Fix the type of the family field in r600_pipe_co...
2011-07-09 Eric Anholti965/gen4: Fix GPU hangs since the program streaming...
2011-07-09 Kenneth Graunkei965/gen7: Remove gratuitous dirty flags from WM and...
2011-07-08 Vadim Girlinr600g: introduce r600_bc_src_toggle_neg helper and...
2011-07-08 Vadim Girlinr600g: introduce r600_bc_src_set_abs helper and fix LOG
2011-07-08 Vadim Girlinr600g: RSQ: clear NEG for operand
2011-07-08 Vadim Girlinr600g: LIT: swap MUL_LIT operands to fix 0^0
2011-07-08 Jesse BarnesGLX/DRI2: handle swap event swap count wrapping
2011-07-08 Jesse BarnesDRI2/GLX: use new swap event types
2011-07-08 Paul Berryglsl: Lower break instructions when necessary at the...
2011-07-08 Paul Berryglsl: In lower_jumps.cpp, lower both branches of a...
2011-07-08 Paul Berryglsl: Use foreach_list in lower_jumps.cpp
2011-07-08 Paul Berryglsl: lower unconditional returns and continues in...
2011-07-08 Paul Berryglsl: Lower unconditional return statements.
2011-07-08 Paul Berryglsl: Refactor logic for determining whether to lower...
2011-07-08 Paul Berryglsl: Add explanatory comments to lower_jumps.cpp.
2011-07-08 Paul Berryglsl: Make ir_reader able to read plain (return) statem...
2011-07-08 Paul Berryglsl: Remove unused function prototypes.
2011-07-08 Gustaw Smolarczykgallivm: Fix build with llvm-3.0
2011-07-08 Marek Olšákst/mesa: handle float formats in st_format_datatype
2011-07-08 Marek Olšákst/mesa: use the first non-VOID channel in st_format_da...
2011-07-08 Thomas Hellstrommesa/st: Fix piglit read-front with new drawable invali...
2011-07-08 Stéphane Marchesini915g: Make the optimizer more generic.
2011-07-08 Brian Paulintel: add null src pointer check in intel_region_refer...
2011-07-07 Brian Paulglsl: use casts to silence warning
2011-07-07 José Fonsecascons: Generate libGL.so.1.5 and libGL.so.1 symlinks.
2011-07-07 Eric Anholtintel: Fix use of freed buffer if glBitmap is called...
2011-07-07 Eric Anholtintel: Remove dead comment about software clears -...
2011-07-07 Johni915: Fix leak of ViewportMatrix data on context destroy.
2011-07-07 Eric Anholtintel: Remove gratuitous context checks in intel_delete...
2011-07-07 Eric Anholtintel: Remove now trivial intel_renderbuffer_set_{hiz_...
2011-07-07 Eric Anholtintel: Rely on intel_region_reference()'s support of...
2011-07-07 Eric Anholtintel: Allow intel_region_reference() with *dst !=...
2011-07-07 Eric Anholtintel: Mark MESA_FORMAT_X8_Z24 as always supported.
2011-07-07 Kenneth Graunkei965: Remove unused structures for command packets.
2011-07-07 Kenneth Graunkei965: Convert system instruction pointer to OUT_BATCH...
2011-07-07 Kenneth Graunkei965: Convert PIPELINE_SELECT to OUT_BATCH style.
2011-07-07 Kenneth Graunkei965: Emit 3DSTATE_VF_STATISTICS in OUT_BATCH style.
2011-07-07 Kenneth Graunkei965: Convert 3DSTATE_GLOBAL_DEPTH_OFFSET_CLAMP to...
2011-07-07 Henri Verbeetmesa: Fix the BindSampler unit limit.
2011-07-07 Henri Verbeetmesa: Fix a couple of TexEnv unit limits.
2011-07-07 Henri Verbeetmesa: Use the Elements macro for the sampler index...
2011-07-07 Henri Verbeetmesa: Allow sampling from units >= MAX_TEXTURE_UNITS...
2011-07-07 Henri Verbeetmesa: Check the texture against all units in unbind_tex...
2011-07-07 Christoph Bumillernv50,nvc0: use screen instead of context for flush...
2011-07-07 Christoph Bumillernv50: more formats for nv50_resource_copy_region conver...
2011-07-07 Stéphane Marchesini915g: Apply optimization to ADDS/MUL and only if we...
2011-07-07 Thomas Hellstromst/xa: Fix up error reporting. Disable component alpha.
2011-07-07 Thomas Hellstromst/xa: Fix render to xa_format_a8, which is backed...
2011-07-07 Brian Pauli915g: move code after declaration
2011-07-06 Ian Romanicklinker: Assign locations for fragment shader output
2011-07-06 Ian Romanickglsl: Don't choke when printing an anonymous function...
2011-07-06 Ian Romanickir_to_mesa: Allocate temporary instructions on the...
2011-07-06 Ian Romanickglsl: Track initial mask in constant propagation live set
2011-07-06 Stéphane Marchesini915g: Fix optimize so that it actually gets used.
2011-07-06 Brian Paulmesa: fix texstore addressing bugs for depth/stencil...
2011-07-06 Brian Paulsoftpipe: add missing stencil format case in convert_qu...
2011-07-06 Brian Paultgsi: add some debug/print code in exec_tex(), disabled
2011-07-06 Brian Paulsoftpipe: minor clean-ups in sp_quad_depth_test.c
2011-07-06 Stéphane Marchesini915g: Fix optimization, also make it more generic.
2011-07-06 Eric Anholtmesa: Don't error on glFeedbackBuffer(size = 0, buffer...
2011-07-06 Eric Anholtmesa: Don't skip glGetProgramLocalParam4dvARB if there...
2011-07-06 Eric Anholtmesa: Don't skip glGetProgramEnvParam4dvARB if there...
2011-07-06 Eric Anholtglsl: Suppress warning from matching_signature change.
2011-07-06 Eric Anholtglsl: Fix make clean for dricore.
2011-07-06 Kenneth Graunkei965/fs: Fix message register allocation in FB writes.
2011-07-06 Völgyes DávidFixes for leaks reported by cppcheck.
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-05 Vadim Girlinr600g: fix buffer overflow check in r600_query_begin
2011-07-05 Vadim Girlinr600g: fix bo map usage flags in r600_query_begin
2011-07-05 Vadim Girlinr600g: reduce flushes for queries
2011-07-05 Vadim Girlinr600g: fix buffer offset in r600_query_begin
2011-07-04 Henri Verbeetr600g: Get rid of the state_inlines headers.
2011-07-04 Henri Verbeetr600g: Get rid of an unused include in r600_texture.c.
2011-07-04 Henri Verbeetr600g: Get rid of some unused functions.
2011-07-04 Henri Verbeetr600g: Use the actual Evergreen functions to query...
2011-07-04 Henri Verbeetr600g: Get rid of the unused "family" parameter to...
2011-07-04 José Fonsecadraw: Fix fetch_max calculation.
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
next