draw: Add a null check for draw.
[mesa.git] / src / gallium /
2013-09-12 Marek Olšákradeonsi: handle rasterizer_discard and set GS_OUT_PRIM...
2013-09-12 Marek Olšákradeonsi: initialize the first CS like any other
2013-09-12 Marek Olšákradeonsi: integrate shared streamout state
2013-09-12 Marek Olšákradeon: don't emit streamout state if there are no...
2013-09-12 Marek Olšákradeon: don't emit VGT_STRMOUT_BUFFER_BASE on SI
2013-09-12 Christian Königradeon/uvd: move more logic into the common files
2013-09-12 Christian Königradeon/uvd: use more sane defaults for bitstream buffer...
2013-09-12 Andreas Bollos: First check for __GLIBC__ and then for PIPE_OS_BSD
2013-09-12 José Fonsecallvmpipe: Remove the special path for TGSI_OPCODE_EXP.
2013-09-12 José Fonsecatrace: Several enhancements to dump_state.py
2013-09-12 José Fonsecatrace: Support bigger TGSI shaders.
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.
2013-09-11 Johannes Obermayrst/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAY...
2013-09-11 Maarten Lankhorstst/dri: do not create a new context for msaa copy
2013-09-10 Vinson Leeradeonsi: Add parentheses around '|' operands.
2013-09-10 Vinson Leeutil: Fix unmatched parenthesis.
2013-09-10 Brian Paulutil: don't use _fxsave() with MSVC 2010 or older
2013-09-07 Chia-I Wuilo: preliminary GEN 7.5 support
2013-09-06 Alex Deucherr600g: remove DMA padding
2013-09-06 Alex Deucherradeon/winsys: pad IBs to a multiple of 8 DWs
2013-09-06 Axel Davygallium, intel: Implements new __DRI_IMAGE_USE_LINEAR...
2013-09-06 Zack Rusingallivm: support indirect registers on both dimensions
2013-09-06 Stéphane Marchesini915g: Document fall-through switch
2013-09-06 Stéphane Marchesini915g: Handle i915->batch == NULL correctly in flush
2013-09-06 Stéphane Marchesini915g: Remove useless comparison
2013-09-06 Stéphane Marchesini915g: Fix initial array index
2013-09-06 Tom Stellardr600g/compute: Fix bug in compute memory pool
2013-09-06 Tom Stellardr600g/compute: Don't flush the cs in pipe_context:...
2013-09-05 Ilia Mirkinnv30: fix inconsistent setting of push->user_priv
2013-09-05 Stéphane Marchesini915g: Implement writemask fixup
2013-09-05 Stéphane Marchesini915g: Stop calling draw_prepare_shader_outputs
2013-09-04 Stéphane Marchesini915g: Add more optimizations
2013-09-02 Michel Dänzerradeonsi: Don't save/restore FMASK sampler view states...
2013-09-02 Michel Dänzerradeonsi: Expose pure integer vertex formats
2013-09-02 Maarten Lankhorstnvc0: restore viewport after blit
2013-09-02 Christian Königradeon/uvd: save the aligned width & height
2013-09-01 Christoph Bumillernvc0: delete compute object on screen destruction
2013-09-01 Joakim Sindholtnvc0: fix blitctx memory leak
2013-09-01 Christoph Bumillernvc0: don't use bufctx in nvc0_cb_push
2013-09-01 Christoph Bumillernvc0: clear the flushed flag
2013-09-01 Christoph Bumillernvc0/ir: add f32 long immediate cannot saturate
2013-09-01 Tiziano Bacocconvc0/ir: fix use after free in texture barrier insertio...
2013-09-01 Ilia Mirkinnv30: find first unused texcoord rather than bailing...
2013-09-01 Emil Velikovnouveau: initialise the nouveau_transfer maps
2013-08-30 Marek Olšákradeonsi: simplify and improve flushing
2013-08-30 Marek Olšákradeonsi: convert constant buffers to si_descriptors
2013-08-30 Marek Olšákradeonsi: use r600_common_context, r600_common_screen...
2013-08-30 Marek Olšákr600g: move streamout state to drivers/radeon
2013-08-30 Marek Olšákradeonsi: cleanup initialization of SGPR shader parameters
2013-08-30 Marek Olšákr600g,radeonsi: remove unused variables
2013-08-30 Marek Olšákdraw: fix segfaults with aaline and aapoint stages...
2013-08-30 Niels Ole Salscheiderradeonsi: Do not suspend timer queries
2013-08-30 Roland Scheideggerdraw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEW...
2013-08-30 Roland Scheideggergallivm: handle unbound textures in texture sampling...
2013-08-30 Roland Scheideggersoftpipe: handle NULL sampler views for texture samplin...
2013-08-30 Roland Scheideggersoftpipe: check if so_target is NULL before accessing it
2013-08-30 Roland Scheideggergallivm: (trivial) don't pass sampler_unit variable...
2013-08-30 Roland Scheideggergallivm: don't use AoS path if min/mag filter are diffe...
2013-08-30 Vadim Girlinr600g: enable SB backend by default
2013-08-30 Vadim Girlinr600g: fix color exports when we have no CBs
2013-08-30 Vinson Leenvc0/ir: Initialize NVC0LegalizePostRA member variables.
2013-08-30 Roland Scheideggergallivm: support per-pixel min/mag filter in SoA path
2013-08-30 Roland Scheideggergallivm: don't calculate square root of rho if we use...
2013-08-30 Roland Scheideggergallivm: refactor num_lods handling
2013-08-29 Vinson Leeradeonsi: Early return if no depth or stencil on releas...
2013-08-29 Rob Clarkfreedreno: pipe loader for either kgsl or msm
2013-08-29 Rob Clarkfreedreno: updates for msm drm/kms driver
2013-08-29 Rob Clarkfreedreno/a3xx/compiler: handle sync flags better
2013-08-29 Rob Clarkfreedreno/a3xx/compiler: better const handling
2013-08-29 Jonathan Grayradeonsi: Make sure libdrm_radeon headers are picked...
2013-08-29 Brian Pauldraw: fix point/line/triangle determination in draw_nee...
2013-08-29 Christian Königradeon/uvd: fix MPEG2/4 ref frame index limit
2013-08-29 Vinson Leenouveau: Copy m4x4 and m8x8 separately.
2013-08-27 Marek Olšákr300g: enable MSAA on r300-r400, be careful about using...
2013-08-27 Roland Scheideggerdraw: clean up setting stream out information a bit
2013-08-27 Roland Scheideggerllvmpipe: support nested/overlapping queries for all...
2013-08-27 Roland Scheideggersoftpipe: support nested/overlapping queries for all...
2013-08-27 Tom Stellardclover: Don't use PIPE_TRANSFER_UNSYNCHRONIZED for...
2013-08-27 Niels Ole Salscheiderst/clover: Add event to deps even if it has been triggered
2013-08-27 Niels Ole Salscheiderst/clover: Profiling support
2013-08-27 Dave Airlietgsi_build: fix order of arguments for ind register...
2013-08-27 Dave Airlietgsi: finish declaration parsing for arrays.
2013-08-26 Brian Paulsvga: replace 0 with PIPE_OK in a few places
2013-08-26 Michel Dänzerradeonsi: Also set the depth component mask bit for...
2013-08-25 Henri Verbeetr600g: Implement the new float comparison instructions...
2013-08-25 Ilia Mirkinnv30: add forgotten PIPE_CAP_CUBE_MAP_ARRAY cap to...
2013-08-25 Ilia Mirkinnouveau/video: avoid overwriting base codec init with...
2013-08-24 Rob Clarkfreedreno/a3xx: don't leak so much
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: fix SGT/SLT/etc
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: bit of re-arrange/cleanup
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: make compiler errors more...
2013-08-24 Rob Clarkfreedreno: fix segfault when no color buffer bound
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: cat4 cannot use const reg...
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: use max_reg rather than file_count
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: handle saturate on dst
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: fix CMP
2013-08-24 Rob Clarkfreedreno/a3xx: some texture fixes
2013-08-24 Rob Clarkfreedreno: update register headers
2013-08-24 Rob Clarkfreedreno: add debug option to disable scissor optimization
2013-08-24 Rob Clarkfreedreno/a3xx: fix viewport on gmem->mem resolve
next