mesa/src/gallium/drivers/i965
José Fonseca 38f6f23fcf gallium: Make pipe_atomic a regular int32_t. 2010-02-02 14:43:48 +00:00
..
Makefile brw: add dumping to gem winsys 2009-11-30 15:37:27 +00:00
SConscript i965g: remove old dumping code 2009-11-05 15:15:04 +00:00
brw_batchbuffer.c gallium/i965: Make brw_batchbuffer prototypes match in source & header 2010-01-20 18:06:34 -08:00
brw_batchbuffer.h gallium/i965: Make brw_batchbuffer prototypes match in source & header 2010-01-20 18:06:34 -08:00
brw_cc.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_clip.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_clip.h i965g: remove redundant nr_attrs member 2009-11-30 15:37:27 +00:00
brw_clip_line.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_clip_point.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_clip_state.c i965g: fixes to build after merge of master 2009-12-21 19:50:05 +00:00
brw_clip_tri.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_clip_unfilled.c i965g: handle special vs outputs specially 2009-11-17 14:50:49 -08:00
brw_clip_util.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_context.c gallium: pipe/p_inlines.h -> util/u_inlines.h 2010-02-02 14:42:17 +00:00
brw_context.h i965g: get trivial/tri working again after edgeflag changes 2009-12-24 12:53:07 +00:00
brw_curbe.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_debug.h i965g: add DEBUG_WINSYS flag 2009-12-21 16:55:40 +00:00
brw_defines.h i965g: more files compiling 2009-11-01 17:18:56 +00:00
brw_disasm.c i965g: Add missing va_end. 2010-01-31 23:47:07 -08:00
brw_disasm.h i965: Add missing include. 2010-01-02 00:01:43 +00:00
brw_draw.c gallium: pipe/p_inlines.h -> util/u_inlines.h 2010-02-02 14:42:17 +00:00
brw_draw.h i965g: more work on compiling, particularly the brw_draw files 2009-10-25 00:02:16 +01:00
brw_draw_upload.c gallium: pipe/p_inlines.h -> util/u_inlines.h 2010-02-02 14:42:17 +00:00
brw_eu.c i965g: add lots of error checks and early returns 2009-11-05 14:01:37 +00:00
brw_eu.h i965g: fixes to build after merge of master 2009-12-21 19:50:05 +00:00
brw_eu_debug.c i965g: more work on compiling, particularly the brw_draw files 2009-10-25 00:02:16 +01:00
brw_eu_emit.c i965g: Fix assert. 2010-01-04 11:28:37 -08:00
brw_eu_util.c i965g: re-starting from the dri driver 2009-10-23 17:03:45 +01:00
brw_gs.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_gs.h i965g: more compiling wip 2009-10-25 01:20:56 +01:00
brw_gs_emit.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_gs_state.c i965g: restore code to populate the relocation background 2009-11-06 07:47:07 +00:00
brw_misc_state.c i965g: Formalize on S8Z24 as the suported depth format 2009-11-07 15:47:21 +00:00
brw_pipe_blend.c i965g: adapt to blend changes 2010-01-25 16:37:27 +01:00
brw_pipe_clear.c i965g: strict aliasing changes 2009-12-24 12:53:06 +00:00
brw_pipe_depth.c i965g: work in progress on fragment shaders 2009-10-29 20:18:01 +00:00
brw_pipe_fb.c gallium: pipe/p_inlines.h -> util/u_inlines.h 2010-02-02 14:42:17 +00:00
brw_pipe_flush.c i965g: remove redundant screen pointer in brw context struct 2009-11-04 23:30:52 +00:00
brw_pipe_misc.c i965g: remove duplicate set_viewport_state, fixes samples/depth 2009-12-21 15:38:08 +00:00
brw_pipe_query.c i965g: propogate map-buffer-range semantics down to winsys 2009-11-05 21:09:51 +00:00
brw_pipe_rast.c i965g: correct test for unfilled modes 2009-11-23 03:00:47 +00:00
brw_pipe_rast.h i965g: work in progress on fragment shaders 2009-10-29 20:18:01 +00:00
brw_pipe_sampler.c gallium: pipe/p_inlines.h -> util/u_inlines.h 2010-02-02 14:42:17 +00:00
brw_pipe_shader.c gallium: pipe/p_inlines.h -> util/u_inlines.h 2010-02-02 14:42:17 +00:00
brw_pipe_vertex.c i965g: fix for edgeflag changes (untested) 2009-12-22 21:26:51 +01:00
brw_reg.h i965g: hook up brw_screen.c 2009-11-04 13:54:44 +00:00
brw_screen.c gallium: pipe/p_inlines.h -> util/u_inlines.h 2010-02-02 14:42:17 +00:00
brw_screen.h i965g: turn on texture tiling by default 2009-11-30 16:16:30 +00:00
brw_screen_buffers.c gallium: pipe/p_inlines.h -> util/u_inlines.h 2010-02-02 14:42:17 +00:00
brw_screen_surface.c i965g: fixes to build after merge of master 2009-12-21 19:50:05 +00:00
brw_screen_tex_layout.c i965g: fixes to build after merge of master 2009-12-21 19:50:05 +00:00
brw_screen_texture.c i965g: update for u_format changes 2009-12-22 09:52:26 +00:00
brw_sf.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_sf.h i965g: special case setup when fs has no inputs 2009-11-19 19:29:33 -08:00
brw_sf_emit.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_sf_state.c i965g: point_rast_rule comment no longer applies 2009-11-06 08:28:17 +00:00
brw_state.h i965g: fixes to build after merge of master 2009-12-21 19:50:05 +00:00
brw_state_batch.c i965g: still working on compilation 2009-10-26 00:20:33 +00:00
brw_state_cache.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_state_debug.c i965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFER 2009-12-21 16:57:37 +00:00
brw_state_upload.c i965g: fixes to build after merge of master 2009-12-21 19:50:05 +00:00
brw_structs.h i965g: more work on compilation -- surface management 2009-11-01 12:08:14 +00:00
brw_structs_dump.c i965g: Don't dump pads or dwords aliases. 2009-11-05 12:45:23 +00:00
brw_structs_dump.h i965g: Dumper for i965 structures. 2009-11-05 12:22:01 +00:00
brw_structs_dump.py i965g: Don't dump pads or dwords aliases. 2009-11-05 12:45:23 +00:00
brw_swtnl.c i965g: still working on compilation 2009-10-26 01:35:05 +00:00
brw_types.h i965g: more work on compiling 2009-10-24 17:07:28 +01:00
brw_urb.c i965g: add DEBUG_MIN_URB flag 2009-11-06 10:19:39 +00:00
brw_util.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_util.h i965g: more files compiling 2009-10-24 13:19:26 +01:00
brw_vs.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_vs.h i965g: fix for edgeflag changes (untested) 2009-12-22 21:26:51 +01:00
brw_vs_emit.c i965g: get trivial/tri working again after edgeflag changes 2009-12-24 12:53:07 +00:00
brw_vs_state.c i965g: fix some reloc counts 2009-11-06 10:38:19 +00:00
brw_vs_surface_state.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_winsys.h gallium: Make pipe_atomic a regular int32_t. 2010-02-02 14:43:48 +00:00
brw_winsys_debug.c brw: add dumping to gem winsys 2009-11-30 15:37:27 +00:00
brw_wm.c i965g: fixes to build after merge of master 2009-12-21 19:50:05 +00:00
brw_wm.h i965g: get basic texturing working again 2009-11-21 01:52:22 +00:00
brw_wm_constant_buffer.c i965g: pass relocation information in an array with bo_subdata 2009-11-05 22:43:36 +00:00
brw_wm_debug.c i965g: add dumping for our new pass_fp output 2009-11-06 11:56:52 +00:00
brw_wm_emit.c i965g: fix invalid assertion in emit_xpd(), again 2010-01-06 07:18:04 -07:00
brw_wm_fp.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
brw_wm_glsl.c i965g: add dumping for our new pass_fp output 2009-11-06 11:56:52 +00:00
brw_wm_iz.c i965g: wip on removing GL stuff, trying to get a few files compiling 2009-10-23 23:27:43 +01:00
brw_wm_pass0.c i965g: fragment shader immediates working 2009-11-19 20:02:42 -08:00
brw_wm_pass1.c i965g: plumb through fb_write target and eot data 2009-11-06 13:28:04 +00:00
brw_wm_pass2.c i965g: remove more references to nr_vp_outputs in wm compilation 2009-11-18 14:40:43 -08:00
brw_wm_sampler_state.c i965g: Rename {pf->util_format}_is_depth_or_stencil() 2009-12-23 16:58:53 +01:00
brw_wm_state.c i965g: populate wm reloc array earlier 2009-11-06 08:29:09 +00:00
brw_wm_surface_state.c i965g: Remove unnecessary headers. 2010-01-27 15:54:21 -08:00
intel_decode.c i965g: add const qualifiers 2009-11-05 17:41:35 +00:00
intel_decode.h i965g: add const qualifiers 2009-11-05 17:41:35 +00:00
intel_structs.h i965g: re-starting from the dri driver 2009-10-23 17:03:45 +01:00