2011-07-15 |
Marek Olšák | xmlconfig: remove an unused-but-set variable |
commit | commitdiff | tree |
2011-07-15 |
Marek Olšák | r600g: print to stderr that a CS has been rejected... |
commit | commitdiff | tree |
2011-07-15 |
Marek Olšák | prog_optimize: fix a warning that a variable may be... |
commit | commitdiff | tree |
2011-07-15 |
Marek Olšák | r300/compiler: remove an unused-but-set variable and... |
commit | commitdiff | tree |
2011-07-15 |
Marek Olšák | r300/compiler: fix a warning that a variable may be... |
commit | commitdiff | tree |
2011-07-15 |
Marek Olšák | st/mesa: remove unused-but-set variables in st_program.c |
commit | commitdiff | tree |
2011-07-15 |
Marek Olšák | swrast: remove an unused-but-set variable |
commit | commitdiff | tree |
2011-07-15 |
Marek Olšák | mesa: fix unused-but-set-variable warnings in dlist.c |
commit | commitdiff | tree |
2011-07-15 |
Vadim Girlin | r600g: fix queries and predication |
commit | commitdiff | tree |
2011-07-15 |
Marc Pignat | drisw: Fix 24bpp software rendering, take 2 |
commit | commitdiff | tree |
2011-07-15 |
Christian König | g3dvl: no need for flushing inside the compositor any... |
commit | commitdiff | tree |
2011-07-15 |
Christian König | g3dvl: correctly distinct dst area and clip area in... |
commit | commitdiff | tree |
2011-07-15 |
Alex Deucher | r600c/g: add new NI pci ids |
commit | commitdiff | tree |
2011-07-15 |
Christian König | g3dvl: link r300 and r600 targets width libdrm instead... |
commit | commitdiff | tree |
2011-07-15 |
Marek Olšák | gallium/targets: link vdpau, va, and xvmc with LLVM... |
commit | commitdiff | tree |
2011-07-15 |
Christian König | g3dvl: change picture parameter of decode_bitstream... |
commit | commitdiff | tree |
2011-07-15 |
Younes Manton | g3dvl: Build softpipe when needed. |
commit | commitdiff | tree |
2011-07-15 |
Younes Manton | g3dvl: Build the right winsys dependencies when needed. |
commit | commitdiff | tree |
2011-07-14 |
José Fonseca | make: Fix program/lex.yy.c & friends generation. |
commit | commitdiff | tree |
2011-07-14 |
José Fonseca | Squashed commit of the following: |
commit | commitdiff | tree |
2011-07-14 |
Marcin Baczyński | configure: allow C{,XX}FLAGS override |
commit | commitdiff | tree |
2011-07-14 |
Marcin Baczyński | configure: fix gcc version check |
commit | commitdiff | tree |
2011-07-14 |
Dave Airlie | vbo: minor optimisation in vbo_exec_DrawRangeElements |
commit | commitdiff | tree |
2011-07-14 |
Brian Paul | gallium: don't use enum bitfields in p_video_state.h |
commit | commitdiff | tree |
2011-07-14 |
Brian Paul | gallium: put video-related enums in separate header |
commit | commitdiff | tree |
2011-07-14 |
Brian Paul | i915g: move declaration before code |
commit | commitdiff | tree |
2011-07-14 |
Brian Paul | mesa: use inline function wrapper for _mesa_reference_t... |
commit | commitdiff | tree |
2011-07-14 |
Brian Paul | mesa: use inline function wrapper for _mesa_reference_r... |
commit | commitdiff | tree |
2011-07-14 |
Brian Paul | mesa: use inline function wrapper for _mesa_reference_f... |
commit | commitdiff | tree |
2011-07-14 |
Brian Paul | main: use inline function wrapper for _mesa_reference_b... |
commit | commitdiff | tree |
2011-07-14 |
Dave Airlie | mesa: split _mesa_reference_program() into hot/cold... |
commit | commitdiff | tree |
2011-07-14 |
Christian König | g3dvl: check for existense of VA API header/libs |
commit | commitdiff | tree |
2011-07-14 |
Christian König | g3dvl: check for existense of VDPAU header/libs |
commit | commitdiff | tree |
2011-07-14 |
Christian König | g3dvl: check for existense of XvMC header/libs |
commit | commitdiff | tree |
2011-07-14 |
Christoph Bumiller | nv50,nvc0: extensive surface format renaming to get... |
commit | commitdiff | tree |
2011-07-14 |
Christoph Bumiller | nv50,nvc0: add support for multi-sample resources |
commit | commitdiff | tree |
2011-07-14 |
Christoph Bumiller | nv50,nvc0: add correct storage type for Z32_FLOAT |
commit | commitdiff | tree |
2011-07-14 |
Christoph Bumiller | nv50,nvc0: unify nvc0_miptree and nv50_miptree structs |
commit | commitdiff | tree |
2011-07-14 |
Christoph Bumiller | nv50,nvc0: don't advertise unaligned texture format... |
commit | commitdiff | tree |
2011-07-14 |
Vinson Lee | g3dvl: Remove non-constant expression array initializers. |
commit | commitdiff | tree |
2011-07-14 |
Marek Olšák | configure.ac: don't build gallium driver libs just... |
commit | commitdiff | tree |
2011-07-14 |
Marek Olšák | gallium/targets: do not link every driver with libllvmp... |
commit | commitdiff | tree |
2011-07-14 |
Marek Olšák | Rename swrastg_dri to swrast_dri |
commit | commitdiff | tree |
2011-07-14 |
Brian Paul | softpipe: fix various warnings about int/float/double... |
commit | commitdiff | tree |
2011-07-14 |
Vinson Lee | g3dvl: Remove designated initializers. |
commit | commitdiff | tree |
2011-07-13 |
Vinson Lee | g3dvl: s/inline/INLINE/ |
commit | commitdiff | tree |
2011-07-13 |
Emil Velikov | utils: Add missing parentheses |
commit | commitdiff | tree |
2011-07-13 |
Vinson Lee | softpipe: Remove sp_video_context.c from SConscript. |
commit | commitdiff | tree |
2011-07-13 |
Christian König | [g3dvl] don't upload all quant buffer layers at once |
commit | commitdiff | tree |
2011-07-13 |
Christian König | Merge branch 'pipe-video' |
commit | commitdiff | tree |
2011-07-13 |
Stéphane Marchesin | i915g: don't try to check if a NULL buffer is busy. |
commit | commitdiff | tree |
2011-07-13 |
Stéphane Marchesin | Merge branch 'master' of ssh://git.freedesktop.org... |
commit | commitdiff | tree |
2011-07-13 |
Vadim Girlin | st/mesa: flush bitmap cache on query and conditional... |
commit | commitdiff | tree |
2011-07-13 |
Christian König | [g3dvl] remove some unneeded Makefiles |
commit | commitdiff | tree |
2011-07-13 |
Christian König | r600g: reenable hardware blits for STATIC and IMMUTABLE... |
commit | commitdiff | tree |
2011-07-13 |
Christian König | r600g: prevent hardware blitting based on resource... |
commit | commitdiff | tree |
2011-07-13 |
Christian König | [g3dvl] implement workaround for missing blender clamp... |
commit | commitdiff | tree |
2011-07-13 |
Christian König | r600g: revert "set BLEND_CLAMP depending on clamp_fragm... |
commit | commitdiff | tree |
2011-07-13 |
Christian König | [g3dvl] keep a pointer in idct buffer to idct object |
commit | commitdiff | tree |
2011-07-13 |
Chia-I Wu | targets/egl-static: fix a linking error |
commit | commitdiff | tree |
2011-07-12 |
Eric Anholt | i915: Add support for gl_FragData[0] for output color. |
commit | commitdiff | tree |
2011-07-12 |
Daniel Vetter | i915g: fixup context desdruction |
commit | commitdiff | tree |
2011-07-12 |
Eric Anholt | i915: Fix NPOT compressed textures on 915. |
commit | commitdiff | tree |
2011-07-12 |
Eric Anholt | mesa: Fix assertion failure in X8_Z24/Z24_X8 texfetch. |
commit | commitdiff | tree |
2011-07-12 |
Eric Anholt | i915: Fix depth texturing since 86e62b2357447b7c97f434b... |
commit | commitdiff | tree |
2011-07-12 |
Eric Anholt | i915: Use _mesa_get_format_name to describe translate_t... |
commit | commitdiff | tree |
2011-07-12 |
Eric Anholt | i915: Fix map/unmap mismatches from leaving INTEL_FALLB... |
commit | commitdiff | tree |
2011-07-12 |
Eric Anholt | intel: Use _mesa_tex_target_to_face() helper function... |
commit | commitdiff | tree |
2011-07-12 |
Alex Deucher | r600g: emit SQ_LDS_RESOURCE_MGMT |
commit | commitdiff | tree |
2011-07-12 |
Brian Paul | u_upload_mgr: add missing offset to src map in u_upload... |
commit | commitdiff | tree |
2011-07-12 |
Emil Velikov | st/mesa: check if _mesa_create_context() returns NULL |
commit | commitdiff | tree |
2011-07-12 |
Christian König | vaapi: cleanup the source and let the st at least compi... |
commit | commitdiff | tree |
2011-07-11 |
Emil Velikov | autoconf: Do not select Xlib when building DRI |
commit | commitdiff | tree |
2011-07-11 |
Marek Olšák | st/mesa: choose a matching depth internal format for... |
commit | commitdiff | tree |
2011-07-11 |
Christian König | [g3dvl] add some more PIPE_VIDEO_CAPs |
commit | commitdiff | tree |
2011-07-11 |
Ian Romanick | configure.ac: Make --{without,with}-gallium-drivers... |
commit | commitdiff | tree |
2011-07-11 |
Marek Olšák | st/mesa: get rid of unnecessary 'goto' in DrawPixels |
commit | commitdiff | tree |
2011-07-11 |
Marek Olšák | st/mesa: derive a stencil sampler format from the actua... |
commit | commitdiff | tree |
2011-07-11 |
Vinson Lee | gallivm: Re-enable LLVMUnionTypeKind case for llvm... |
commit | commitdiff | tree |
2011-07-11 |
Andrew Randrianasulu | dri/nouveau: nv10: fix vertex format for GL_UNSIGNED_BYTE |
commit | commitdiff | tree |
2011-07-11 |
David Heidelberger | nvfx: handle PIPE_CAP_SM3 |
commit | commitdiff | tree |
2011-07-11 |
Vinson Lee | gallivm: Remove LLVMOpaqueKindType case with llvm-3.0. |
commit | commitdiff | tree |
2011-07-11 |
Kenneth Graunke | glsl: Reject ambiguous function calls (multiple inexact... |
commit | commitdiff | tree |
2011-07-11 |
Kenneth Graunke | i965/gen7: Add support for gl_PointCoord. |
commit | commitdiff | tree |
2011-07-11 |
Kenneth Graunke | i965/gen7: Fix point sprite texture coordinate overrides. |
commit | commitdiff | tree |
2011-07-11 |
Kenneth Graunke | i965/gen7: Refactor SF setup a bit to handle overrides... |
commit | commitdiff | tree |
2011-07-11 |
Eric Anholt | i965/gen4: Add a stub dumper for CC unit state, which... |
commit | commitdiff | tree |
2011-07-11 |
Eric Anholt | i965/gen4: Add state dumping for unit state using state... |
commit | commitdiff | tree |
2011-07-11 |
Eric Anholt | i965/gen6: Add state dumping for the VS constants. |
commit | commitdiff | tree |
2011-07-11 |
Eric Anholt | i965/gen6: Add state dumping for the scissor packet. |
commit | commitdiff | tree |
2011-07-11 |
Eric Anholt | i965: When dumping programs, dump the whole cache.... |
commit | commitdiff | tree |
2011-07-11 |
Eric Anholt | i965: Dump the binding table using state_batch_list[]. |
commit | commitdiff | tree |
2011-07-11 |
Eric Anholt | i965: Dump the surface, sampler, and sdc state using... |
commit | commitdiff | tree |
2011-07-11 |
Eric Anholt | i965: Dump brw_state_batch data in an easier format... |
commit | commitdiff | tree |
2011-07-11 |
Eric Anholt | i965: Map the batch once for dumping all our state... |
commit | commitdiff | tree |
2011-07-11 |
Eric Anholt | i965: Move the new gen6 state structs to using state_ba... |
commit | commitdiff | tree |
2011-07-11 |
Eric Anholt | i965: Move the SF VP state dump to using the state_batc... |
commit | commitdiff | tree |
2011-07-11 |
Eric Anholt | i965: Move CLIP VP state dump to using the state_batch_... |
commit | commitdiff | tree |
2011-07-11 |
Eric Anholt | i965: Track the brw_state_batch() data while under... |
commit | commitdiff | tree |
2011-07-11 |
Eric Anholt | i965: Add a type argument to brw_state_batch(). |
commit | commitdiff | tree |
next |