summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_screen.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: consolidate deducing chipset infoMarek Olšák2011-06-071-5/+3
* r300g: handle seamless_cube_map capsMarek Olšák2011-05-071-0/+2
* r300g: reorder capsMarek Olšák2011-04-241-13/+11
* r300g: fix exposing caps on r300-r400Marek Olšák2011-04-241-2/+2
* r300g: do not advertise color_buffer_float on r300 and r400Marek Olšák2011-04-221-1/+1
* r300g: disallow A16F,L16F,LA16F,I16F texture formats on DRM<2.8.0Marek Olšák2011-04-221-4/+9
* r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák2011-04-181-15/+14
* r300g: disable ARB_draw_instanced on SWTCL chipsets.Marek Olšák2011-04-181-1/+1
* gallium: add and use generic function for querying patented format support (v2)Marek Olšák2011-04-151-0/+3
* r300g: do not advertise R16F and RG16F on DRM < 2.8.0Marek Olšák2011-04-081-2/+5
* r300g: fix texturing with sizes > 2048 on r500Marek Olšák2011-04-081-0/+3
* r300g: tell the GLSL compiler to lower the continue opcodeMarek Olšák2011-04-031-2/+2
* gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some driversMarek Olšák2011-04-011-0/+2
* r300g: enable clamping controlsMarek Olšák2011-03-291-0/+1
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-2/+1
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-11/+9
* r300g: handle timeout parameter in fence_finishMarek Olšák2011-03-081-0/+17
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* r300g: add LATC supportMarek Olšák2011-03-081-2/+6
* r300g/swtcl: advertise draw_instanced and primitive_restartMarek Olšák2011-03-051-2/+5
* r300g: implement instanced arraysMarek Olšák2011-03-051-1/+1
* gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák2011-03-051-1/+2
* r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák2011-03-021-4/+0
* r300g: fix a possible race when counting contextsMarek Olšák2011-02-191-0/+3
* r300g: implement fences using dummy relocationsMarek Olšák2011-02-151-12/+8
* r300g: add debug options nozmask and nohiz which disable some hyper-z featuresMarek Olšák2011-02-121-0/+5
* r300g: consolidate buffers and textures to r300_resourceMarek Olšák2011-02-101-1/+1
* r300g: handle PIPE_CAP_ARRAY_TEXTURESMarek Olšák2011-01-281-0/+1
* r300g: remove any traces of depth_clampMarek Olšák2011-01-241-1/+1
* r300g: handle PIPE_CAP_INSTANCED_DRAWING in get_paramMarek Olšák2011-01-241-0/+1
* Revert "r300g/swtcl: re-enable LLVM"Jakob Bornecrantz2011-01-241-8/+0
* r300g: Increase fragment shader limits for r400 cardsTom Stellard2011-01-231-7/+0
* r300g/swtcl: re-enable LLVMMarek Olšák2010-12-241-0/+8
* r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versionsMarek Olšák2010-12-221-1/+3
* r300g: add capability bit index_bias_supportedMarek Olšák2010-12-031-0/+4
* r300g: disable ARB_texture_swizzle if S3TC is enabled on r3xx-onlyMarek Olšák2010-12-011-1/+2
* util: rename u_mempool -> u_slabMarek Olšák2010-11-301-4/+4
* gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák2010-11-221-0/+4
* r300g: silence guard band cap errorsJoakim Sindholt2010-11-211-0/+7
* r300g: return shader caps from Draw for SWTCL vertex shadersMarek Olšák2010-11-141-0/+6
* r300g: fill out CAPs for indirect addressingMarek Olšák2010-11-121-0/+11
* r300g: mention ATI in the renderer stringMarek Olšák2010-11-101-25/+25
* r300g: say no to PIPE_CAP_STREAM_OUTPUT and PIPE_CAP_PRIMITIVE_RESTARTMarek Olšák2010-10-221-0/+2
* r300g: do not print get_param errors in non-debug buildMarek Olšák2010-10-221-4/+4
* r300g: clean up warning due to unknown cap.Dave Airlie2010-10-151-0/+1
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-35/+61
* r300g: do not support separate depth/stencil clear in the driverMarek Olšák2010-08-131-3/+1
* r300g: disable depth clamp for nowMarek Olšák2010-08-131-1/+1
* r300g: disable multisample visuals until the state tracker bits catch up.Dave Airlie2010-08-041-0/+3
* r300g: implement D24X8 texture sampling for r3xx-r4xxMarek Olšák2010-07-251-4/+0